Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

SimpleCov reports not generating in Rails 3 app after running RSpec tests with Spork

Displaying unix color on windows cmd (e.g. ←[31m)

How do you stub a file.read that happens inside a File.open block?

ruby rspec

Is it possible use Guard in combination with parallel tests?

Rspec: ActionMailer::Base.deliveries is always empty

ruby-on-rails rspec

Dependent tests in rspec

How to create a ActiveRecord::RecordInvalid for testing?

stub random value in rspec with secure_random

Rails - Rspec - stub params

ruby-on-rails ruby rspec

How to stop rspec from dropping the test database before tests

ruby-on-rails rspec

FactoryGirl and Rspec

How can this destroy action be tested with RSpec?

having trouble testing upload file with Capybara attach_file method

Warning regarding not using bundler when running guard init

ruby-on-rails ruby rspec guard

How to test controllers with nested routes using Rspec?

ruby-on-rails routing rspec

Undefined method for Class in Rspec

ruby-on-rails rspec rspec2

How to test after_initialize callback of a rails model?

Rails 4 + Rspec + Devise: undefined method 'env' in controller specs for sign_in a user

RSpec one-liner to test object's attributes

ruby rspec

call a specific url with rspec