Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

validates_confirmation_of :password doesn't get triggered

RSpec Trouble mocking HTTP request

ruby-on-rails rspec

Rails respond_with & Rspec controllers: Testing unsuccessful update

Carrierwave upload works in rails console but not in spec

Database timeout when running RSpec/Capybara with javascript driver

How to mock JSONP call in rspec request spec with capybara?

let() value cached across examples when before(:all) is used?

ruby testing rspec

Is it a good practice to test absolutely everything or it is a waste of time (Rails)?

ruby-on-rails testing rspec

How to run all tests before pushing to GitHub?

How to set the env['SERVER_NAME'] in rack/test?

ruby rspec sinatra rack webmock

Capybara does not seem to be waiting (as it should do!?) (Async ajax event)

rspec capybara

How to test for mass assignment errors in Rspec and Rails 4?

ChefSpec should not test included recipe

ruby rspec chef-infra chefspec

How to use RSpec regex argument matching on certain types of arguments

Enabling `let` to assign a formal parameter in case of block passed to RSpec shared example

ruby rspec

rspec controller testing, Expected response to be a <redirect>, but was <200>

Undefined method '+' for Rspec. What does it mean? [closed]

ruby-on-rails ruby rspec

Rspec: Check if array includes object which includes property

How to bridge the testing using Resque with Rspec examples?

rspec resque

How to generate a dummy app inside an already existing rails engine