Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

undefined method `its' for RSpec (Hartl's Ruby on Rails Tutorial)

ruby-on-rails ruby rspec

RSpec Deprecated

rspec rspec2 deprecated

Including namespace module through RSpec config in Ruby 1.9.3

How to check if url/links exist in page in Capybara?

Stub a setter on RSpec instance_double

Rspec Rails - Name should be valid - some clarifications

ruby-on-rails rspec

Getting nokogiri to use a newer version of libxml2

Michael Hartl Rails Tutorial chapter 7 error Action not found in UsersController

Cannot test with rspec controller POST create action( devise and cancan)

railstutorial.org, Chapter 6. unknown attribute: password

Is it a bad practice to randomly-generate test data?

ruby testing rspec fixtures

Using a hash inside a let()

ruby-on-rails ruby rspec

undefined method `sign_in' for #<RSpec::Core::ExampleGroup::Nested_1::Nested_1:0x1057fd428> error while trying to set up RSpec with Devise

How Can I Tell Controller Specs to Use the Signed OAuth Request

Rails 3 with Devise and rspec: Warden test helpers unreliable