Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

In rails 3 and rspec 2, how can I test the layout used by a call to render()?

ruby-on-rails rspec

Getting Rspec + autotest working on windows

using rails.vim Rake run spec in MacVim, how to get colored output

ruby-on-rails vim rspec macvim

RSpec: DRY way to test a set of values

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

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