Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How can I add multiple should_receive expectations on an object using RSpec?

ruby-on-rails rspec

Allow vs Stub, what's the difference?

ruby rspec

Is DatabaseCleaner still necessary with Rails system specs?

RSpec.describe vs describe

ruby-on-rails ruby rspec

How do I generate a controller spec using rspec?

Difference between . and #

ruby rspec

How to test the response code with Capybara + Selenium

Testing after_commit with RSpec and mocking

Fixtures in RSpec

What is the difference between mock and mock_model in RSpec

Rspec let scoping

ruby rspec

How to write an RSpec test for a simple PUT update?

How to test puts in rspec

rspec

Stubbing Devise in rSpec and Rails3

Test ActiveModel::Serializer classes with Rspec

Correct way to test lib folder with rspec?

ruby-on-rails rspec

In RSpec, what's the difference between a mock and a double?

Rails, Devise, Rspec: Undefined method 'sign_in'

How to test instance variable was instantiated in controller with RSpec

ruby rspec

iconv deprecation warning with ruby 1.9.3

ruby-on-rails ruby rspec