Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rspec - combine expect_any_instance_of and a receive counts

SimpleCov calculate 0% coverage for user model

DEPRECATION WARNING: alias_method_chain is deprecated

Should I be using RSpec or Cucumber

Checking ActiveRecord Associations in RSpec

Testing focus with Capybara

rspec test passes in isolation, but fails when run with other tests

Does before_save run after validations?

Mock filesystem in integration testing

How do I test if a submit button exists in capybara?

ruby rspec capybara

Clean out, or reset test-database with Rspec and MongoID on Rails 3

How do I resolve "Missing host to link to! Please provide the :host parameter"? (RoR)

making two requests to the same controller in rails integrations specs

ruby-on-rails testing rspec

How to configure Capybara to run tests in a dockerized Selenium Grid?

Rails 3 RSpec 2 NetBeans integration

Where can I find good examples of testing a Thor script with RSpec?

rspec thor

How do I shorten the backtrace for a test failure in RSpec 2?

rspec backtrace

What does Passing a template handler in the template name is deprecated. mean?

Proper way to wait for a second page to load with Capybara when the first has the same field as the second

rspec capybara rspec2

Webmock stub request with any body and header

ruby-on-rails rspec webmock