Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

capybara have_field with nil rspec expectation fails on upgrade to 2.2

How to transition from spork to spring?

RSpec controller tests of PUT update action on nested resource

Action mailer link check in rspec

Devise Lockable not working in rspec controller tests

ruby-on-rails rspec devise

Comparing hashes in RSpec that contain BigDecimal

ruby hash rspec

Confused - spec_helper.rb:94:in `<top (required)>': uninitialized constant Shoulda (NameError)

Silencing unnecessary capybara-webkit warnings

Rspec testing rake tasks

ruby-on-rails ruby rspec rake

raise an error on the xth time and after that return a value

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