Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rails: creating a feature spec to test a form that has a file upload field

Capybara testing javascript failure to refresh .count

how to unload the files loaded by the "require" statement in rails

ruby-on-rails ruby rspec

How do I stub exception with error in RSpec?

ruby-on-rails rspec stub

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