Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec-rails

Error on start when using Spork and Guard

devise and rspec-rails - How to sign-in user in Request type specs (specs tagged with type: :request)?

How to test email headers using RSpec

Capybara 2.1 Error uninitialized constant Rails (NameError)

undefined method `create' in Rails RSpec

Unable to stub helper method with rspec

Accessing controller instance variables from within an rspec controller spec

How to complete the rspec put controller test from scaffold

mock Rails.env.development? using rspec

rspec rspec2 rspec-rails

How to include lib directory in rspec tests

ruby testing rspec rspec-rails

Show runtime for each rspec example

Testing Rails 3.1 mountable engine with Rspec

Rspec/Capybara loading in progress, circular require considered harmful

How can I test :inclusion validation in Rails using RSpec

Rails 3.1 plugin gem, dummy test app, rspec

Capybara tests with :js=>true... Routing Error: No route matches [GET] "/assets"

How do I get an ENV variable set for rspec?

before hook in rspec same as before :all?

rspec rspec2 rspec-rails

POSTing raw JSON data with Rails 3.2.11 and RSpec

expected true to respond to true?