Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Capybara::FrozenInTime error in integration specs using Rspec + Timecop + Capybara + Capybara Webkit

RSpec shorter backtrace output for test failures

ruby rspec

Capybara/RSpec 'have_css' matcher not working but has_css does

RSpec check the count of an array

Rspec with rails 3.1 gives DEPRECATION WARNING ActiveRecord::Associations::AssociationCollection is deprecated?

How to define a simple global variable in an rspec test that can be accesed by helper functions

ruby rspec tdd capybara

In RSpec, how to expect multiple messages with different parameters in any order?

How do you mock/stub backtick system calls in Rspec?

ruby rspec

How to resolve RSpec's deprecation warning about the new expect syntax?

Rails: Shoulda-matchers belong_to optional test

Patterns for accessing subject hierarchy in RSpec

Really slow testing with file uploads

RSpec: Avoid using allow any instance of to receive

Stubbing Chained Methods with Rspec

ruby-on-rails ruby rspec tdd bdd

Is there a consensus about test frameworks for Ruby 1.9.x? [closed]

ruby testing rspec minitest

RSpec custom diffable matcher

ruby rspec

How do I get colour with Windows command prompt using RSpec in Ruby?

How to put a value in flash when testing an action

RSPEC and factory girl SystemStackError: stack level too deep

How to get rspec to not show db queries and just dots with rails_12factor?

ruby rspec