Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Why can't you directly stub! mock objects?

mocking rspec

Capybara expect an input placeholder that's within a div to have some text

Not able to run selenium with firefox, Capybara and Docker in headless mode

How to cover form part of ActiveAdmin resource with RSpec tests?

Rails Rspec Model Spec User :email ActiveRecord::RecordInvalid

ruby-on-rails ruby rspec

how to test sending emails to both recipients (Rspec)

ruby-on-rails ruby email rspec

Getting undefined method `get' for #<RSpec::ExampleGroups in my rspec

How can I diagnose the cause of an intermittent Rspec failure (that doesn't depend on sequence)?

rspec

Bundler won't let me install gems

Using SitePrism with Rspec and Capybara feature specs

ruby rspec capybara site-prism

Getting Selenium WebDriver to use Chrome in RSpec/Rails

Rails 3: ActiveRecord observer: after_commit callback doesn't fire during tests, but after_save does fire

Why won't rspec run? Rspec just hangs after starting

ruby rspec

RSpec use_transactional_fixtures=false not working

ruby-on-rails rspec

What are some good example open source Ruby projects that use Cucumber and RSpec well?

ruby tdd rspec cucumber

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