Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Capybara + Webkit: How to test client side validations - "required" input elements?

Stub unimplemented method in rspec

RSpec - mocking a class method

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

ruby rspec rspec2

RSpec shared examples must not be shared

ruby-on-rails rspec

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

How to make Rspec save_and_open_page automatically when any spec fails

rspec capybara

RSpec and protected methods, controller spec for current_user

ruby-on-rails rspec

RSpec list all pending examples

Rake db:test:prepare in Rails 3 app fails with file not found

ruby-on-rails rspec rake

How to convert errors_on to RSpec 3 syntax?

undefined method `build' for #<RSpec::ExampleGroups::UserName:>

rspec testing a controller post changing my params from symbols to strings and breaking my tests

ruby-on-rails rspec

testing nested routes with rspec

ruby-on-rails rspec routes

rubyMine 'Unable to attach test reporter to test framework'

Preserve variable in cucumber?

How to ignore some calls to the same method with different argument in Rspec?

Using Cookies with Rack::Test

ruby cookies rspec sinatra rack

How to avoid circular creation of associated models in factory_girl?

RSpec: How to pass a "let" variable as a parameter to shared examples

ruby-on-rails rspec