Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

"Rake spec" failing most tests, but "rails s" working fine on Diaspora source

RSpec undefined method "errors_on"

Rails generator error rspec [not found]

Rspec Controller testing in Rails a controller that inherits from AbstractController::Base

Rspec/FactoryGirl: changes in factory not saving in test database?

simplecov report 0.0% covered

ruby rspec simplecov

Can't get controller test working with RSpec 2 and edge Rails 3

rspec ruby-on-rails-3

How to use Rails.vim and spork?

ruby-on-rails vim rspec spork

Approaches to speeding up RSpec request specs

Testing after_create hooks with rspec

Defining FactoryGirl for User model of Devise fails

How do I specify a failure message for assert in Rspec/Capybara

rspec capybara

Where do I see the reason of a "Internal server error" when running Rails request specs?

ruby-on-rails rspec

RSpec & Custom matcher with multiple arguments

How to 'rake spec' one directory, e.g. models?

ruby-on-rails ruby rspec rake

RSPEC Let vs Instance with expensive object creation

"Unable to autoload constant" using rspec but not rails

ruby-on-rails rspec

Rspec's instance_double creating intermittent spec failures

Factory Girl Devise user factory is not valid - doesn't pass RSpec test

How to test a API with rspec and capybara on rails?