Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

rspec-email - How to get the body text?

rspec rspec2 email-spec

Rails / RSpec: How to test #initialize method?

ruby rspec2

rspec test result from csv.read mocking file

RSpec: comparing a hash with string keys against a hash with symbol keys?

ruby-on-rails ruby rspec2

How to test after_sign_in_path_for(resource)?

Unable to stub helper method with rspec

Rspec 2 config :type types

RSpec: Stub private method

"Could not find a valid mapping for #<User ...>" only on second and successive tests

Rspec: how can I check if a call to a method of another class is called?

ruby-on-rails rspec2

mock Rails.env.development? using rspec

rspec rspec2 rspec-rails

Stubbing Devise in rSpec and Rails3

How to pass an instance variable to an RSpec shared example

ruby-on-rails rspec2

How can I stub find_each for rspec testing in rails 3

ruby-on-rails rspec rspec2

Rspec: expect vs expect with block - what's the difference?

ruby tdd rspec2

How to ignore or skip a test method using RSpec?

Turn off transactional fixtures for one spec with RSpec 2

Upgrading to devise 3.1 => getting Reset password token is invalid

Using implicit `subject` with `expect` in RSpec-2.11

ruby syntax rspec rspec2

How to include Rails Helpers on RSpec