Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Testing Nokogiri XML for Attributes

Code not actually asserting in RSpec?

ruby rspec

How to prevent RSpec helper from being loaded

Capybara: click on element found by the icon class

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)