Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

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

Delayed Job not processed in rspec

In RSpec - how can I test if one attribute is less (or more) than another

ruby-on-rails ruby rspec tdd bdd

Is there a python equivalent for RSpec to do TDD?

python ruby testing rspec tdd

Show runtime for each rspec example

Using factory_girl_rails with Rspec on namespaced models

How to do integration testing with RSpec and Devise/CanCan?

How would you test observers with rSpec in a Ruby on Rails application?