Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rails: Testing named scopes with RSpec

Rails : RuntimeError - can't modify frozen Array when running rspec in rails

ruby-on-rails ruby rspec

Rspec: Should be (this or that)

ruby rspec

How to avoid deprecation warning for stub_chain in RSpec 3.0?

ruby-on-rails rspec

RSpec > Is there a way to run all tests with one command?

RSpec set session object

Is there a way to stub a method of an included module with Rspec?

ruby rspec mixins stubbing

What is double method in rspec for?

ruby rspec mocking stub

Controller Specs vs Request Specs?

Rspec `eq` vs `eql` in `expect` tests

ruby rspec

How to ignore or skip a test method using RSpec?

Cuke4Nuke or SpecFlow?

rspec tdd cucumber bdd specflow

How to test model's callback method independently?

How to run a single test in guard for rspec?

ruby-on-rails ruby rspec guard

ActionMailer testing with rspec [closed]

Turn off transactional fixtures for one spec with RSpec 2

Rails 3.2, RSpec, Factory Girl : NameError: uninitialized constant Factory

How do I output a variable in a rspec test?

ruby-on-rails rspec

How to show SQL query log generated by a RSpec test?

Rails 3.1 plugin gem, dummy test app, rspec