Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Capybara save_and_open_page doesn't reflect radio buttons tate

Difference between feature spec and system spec

Rails 3 Tutorial Chapter 11 "Validation failed: Email has already been taken" error

ActionMailer method call returning nil in module while rspec testing

bundle exec rspec spec/requests/static_pages_spec.rb from Hartl's tutorial isn't working

ruby-on-rails ruby rspec

Error in an after hook, PG::InFailedSqlTransaction from Rspec

ruby-on-rails rspec gem

Capybara not working with action_cable

Test that hash contains specific keys and that values for those keys are not nil

ruby rspec

how to test rspec shoulda for custom validation in rails?

How to test if method is called in RSpec but do not override the return value

ruby-on-rails rspec

Capybara expect page.selector to_have

How to call subject several times with RSpec

ruby rspec

how do you test that Rails mailer credentials are valid?

zeus rspec fails include required files, but rspec alone does fine

ruby-on-rails rspec zeus

Deprecation warning from Capybara

What does Steak add beyond just using Capybara and RSpec in Rails testing?

Testing a web API using RSpec and VCR

ruby api rspec vcr

When is using instance variables more advantageous than using let()?

variables rspec

How to require file from `gem` which are not under `lib` directory?

ruby rspec rubygems rubocop

"undefined method `stub_request'" when accessing the method in an RSpec support file

ruby-on-rails ruby rspec