Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Rspec - controller test error - Paperclip::AdapterRegistry::NoHandlerError: No handler found for "#<File:0x531beb0>"

NoMethodError: undefined method `belong_to' for #<RSpec::Core::ExampleGroup::Nested_4:0xa05d2a0>

How to suppress displaying pending (skipped) specs in RSpec?

ruby rspec