Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Spec RSpec model attribute setter

ruby attributes rspec setter

Testing against mass assignment

'Feature' and 'Scenario' aliases from Capybara throw an 'undefined method' error when used with RSpec

rspec capybara

rails omniauth error in rspec output

Nesting scenarios with feature specs in Rspec Rails 3

rails generate rspec:install config/environments/development.rb:1:in `<top (required)>': undefined method `configure'

ruby-on-rails ruby rspec

In Rails I'm getting this error from Guard saying I have to update to the new :cmd syntax

strange behaviour when comparing floating points in rspec

ruby rspec floating-point

how do I test (rspec) a http request that takes too long?

ruby rspec bdd

How to wait for and accept an alert box with capybara/selenium

RSpec Stubbing out Date.today in order to test a method

ruby-on-rails ruby rspec

Which gem for RSpec matchers should I use with Mongoid?

How to dump sinatra rack test exceptions to console?

rspec sinatra rack

Refactoring Ruby : Converting string array to int array

ruby rspec

rspec: undefined method 'double'

ruby rspec rubygems rspec2

RSpec title test fails with the variable full_title, but passes with string text the variable full_title provides to the title

rspec railstutorial.org

RSpec/Capybara Request Specs -- Can't get Devise to POST new user session

rspec capybara

How to test method alias ruby

Rspec Integration Test not Cleaning the Database

Rspec/Capybara "feature" method undefined when Guard runs specs in watched files, works when run manually