Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

rspec-given error `Then` is not available from within an example (e.g. an `it` block)

Sinatra Rspec - testing that a view has rendered

testing rspec sinatra

Ruby error: "Symbol as array index"

ruby-on-rails ruby 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

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