Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Devise sign_in method throws NoMethodError in RSpec test

I can't save an object with RSpec 2 and FactoryGirl

Devise view specs

ruby-on-rails rspec devise

sqlite transactions not showing in test.log

How can I appropriately mock out a method that returns yield?

Difference between let and def

ruby rspec

RSpec: Integration test for homepage

Rspec stops working suddenly because of `require': no such file to load

How to test that a block was yielded to?

ruby rspec

Why can't rspec find my no-params-required route?

ruby-on-rails rspec

Use Rspec shared examples to test a Ruby class' attributes

ruby rspec rspec3

disable warnings when testing thor CLI

ruby testing rspec thor

RSpec test to check (Rails model: validates :something, :inclusion => list from other activeRecord)

Why aren't RSpec matchers working?

rspec rspec2

How to write Rspec spec for the following query

Rspec - How can I stub a constant that is defined in config/environment.rb?

ruby-on-rails ruby rspec

Capybara assertions fail under Poltergeist

Rails engine test/dummy with Spork, Guard, RSpec?