Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to call an app helper method from an RSpec test in Rails?

ruby-on-rails rspec

Rspec to have(n).items undefined method

ruby rspec rspec3

Is the 'Travel' time helper not available in feature specs?

No route matches rspec's anonymous controller

ruby-on-rails-3 rspec

How to get the full URL with the current path in Capybara

ruby rspec capybara

How do I generate specs for existing controllers?

ruby-on-rails-3 rspec

RSpec: Stub private method

Pass parameter in setting attribute on association in FactoryGirl

RSpec send_file testing

Accessing controller instance variables from within an rspec controller spec

Why is JBuilder not returning a response body in JSON when testing RSPEC

How do i set a request.referrer inside my RSpec?

ruby-on-rails ruby rspec

Deprecation warnings after switching to the webdrivers gem

selenium-webdriver rspec

RSpec partial match against a nested hash

rspec

Capybara expect page to have content more than once

rspec cucumber capybara

How to complete the rspec put controller test from scaffold

rspec: How to stub an instance method called by constructor?

ruby rspec stub

How rspec array should include? another array

arrays testing rspec

Testing simple STI with FactoryGirl

How to use HTTP status code symbols in RSpec?