Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

How to enable colors with rspec when using JRuby or bundle exec?

ruby rake jruby rspec2

rspec returns "PG::Error: ERROR: relation "table_name" does not exist"

Rails 3, RSpec 2.5: Using should_receive or stub_chain with named scopes

rspec not_to change from not behaving as expected

Application Controller helper methods not available for Views Specs

Speeding up rspec controllers test: using before all fails?

ruby-on-rails rspec rspec2

Factory Girl sequences not incrementing

Rspec test in ruby on rails, cannot load such file webmock/rspec

How to mix a module into an rspec context

ruby rspec2 ruby-1.9

RSpec 2: NoMethodError on 'route_to' with rspec-rails?

`require': cannot load such file -- spec_helper (LoadError)

How to force run all RSpec specs ignoring :focus tag

rspec rspec2

rspec 2: detect call to method but still have it perform its function

rspec2

capybara/selenium with rspec before :all hook

selenium capybara rspec2

stub_chain together with should_receive

Assert multiple change expectations within a single lambda request

rspec2

Which style,lambda..should or expect..to, is preferred for testing expectations in RSpec?

ruby rspec rspec2

What's the difference between stub_model and mock_model in RSpec?

RSpec list all pending examples