Search code examples
How to test strong params with Rspec?...


ruby-on-railsrubyruby-on-rails-4rspecrspec-rails

Read More
RSpec: setting request headers...


ruby-on-railsrubyrspecrspec-rails

Read More
rspec/capybara/poltergeist tests pass 100% locally, random tests fail on teamcity CI server...


ruby-on-rails-3rspeccapybarateamcityrspec-rails

Read More
What are the pre-requisties that I need to run rspec for rails?...


ruby-on-railsrubyunit-testingrspecrspec-rails

Read More
Needing to call stub() and should_receive() in rspec for a view partial spec...


ruby-on-railsruby-on-rails-3rspecrspec2rspec-rails

Read More
Why does RSpec report a syntax error in this spec?...


ruby-on-railsrubyrspecrspec-rails

Read More
How can I test that a user can't access a page with access reserved to another user?...


ruby-on-railsruby-on-rails-3rspeccancanrspec-rails

Read More
How to override RSpec's filter_run_excluding in RubyMine?...


ruby-on-railsruby-on-rails-4rspecrspec-railsrubymine

Read More
Controller spec & strong parameters...


ruby-on-railsruby-on-rails-4rspecrspec-railsstrong-parameters

Read More
Is it worth testing low-level code such as scopes?...


ruby-on-railsruby-on-rails-4testingrspecrspec-rails

Read More
Rspec Rails error...


ruby-on-railsrubyrspecrspec-rails

Read More
RSpec controller specs not working unless explicitly adding :type => :controller...


ruby-on-railsruby-on-rails-4rspecrspec-railsrspec3

Read More
Rspec routing test fails for wildcard routes...


ruby-on-railsruby-on-rails-4rspecroutesrspec-rails

Read More
How to structure my RSpec test folders, files and database?...


ruby-on-railsrubyrspecrspec-railsfunctional-testing

Read More
How can I stub a controller helper method in a view spec with RSpec 3.4?...


ruby-on-rails-4rspecrspec-railsrspec3decent-exposure

Read More
"Name has already been taken" in RSpec/FactoryGirl with multiple associations...


ruby-on-railsrspecrspec-rails

Read More
What is the correct usage of capybara's within method?...


ruby-on-railscapybararspec-rails

Read More
rspec mocking "undefined method `stub_model' for #<Class:0x007ff9c339bd80> (NoMethodE...


ruby-on-railsrspecruby-on-rails-3.1rspec-rails

Read More
How to change Factory girl boolean attribute inside the test...


ruby-on-railsfactory-botrspec-rails

Read More
rspec-given error `Then` is not available from within an example (e.g. an `it` block)...


ruby-on-railsrubyruby-on-rails-4rspecrspec-rails

Read More
Why doesn't my unit test reflect the changes to my records that PRY shows me exists?...


ruby-on-railsunit-testingruby-on-rails-4rspecrspec-rails

Read More
Retrieve Params in Capybara Test...


ruby-on-railsrspeccapybaraintegration-testingrspec-rails

Read More
expected true to respond to true?...


ruby-on-railsruby-on-rails-4rspecrspec-railsrspec3

Read More
Factory not registered: user (ArgumentError) when declaring variable for factorygirl.create(:user) i...


ruby-on-railsfactory-botrspec-rails

Read More
Rails model test - should_receive method not working...


ruby-on-railsunit-testingruby-on-rails-4rspecrspec-rails

Read More
Why don't my records that my specs generate have valid ID values?...


ruby-on-railsruby-on-rails-4rspecrspec-rails

Read More
Rails rspec and omniauth (integration testing)...


ruby-on-rails-3rspecintegration-testingomniauthrspec-rails

Read More
Why does this delete test not delete my object?...


ruby-on-railsruby-on-rails-4rspecrspec-rails

Read More
Testing rspec post with Rails JSONAPI::Serializer...


ruby-on-rails-4serializationrspec-railsjson-api

Read More
Porting from Rails 3.2 to Rails 4.2 - Devise - registration controller bypasses validations...


ruby-on-rails-3ruby-on-rails-4deviserspec-rails

Read More
BackNext