Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

What does including the type in the describe block of a rspec do?

ruby-on-rails rspec

How do I test for a 204 response in RSpec in Rails?

How to use RSpec expectations in irb

Rspec: How to test that substring appears in string a certain amount of times?

ruby-on-rails rspec

Can I, as a human, view the RSpec rendered views, and if, so how?

ruby-on-rails rspec

How can you get rspec to print failed test backtraces *as* it is running?

rspec rspec2 rspec-rails guard

Testing Carrierwave file uploads to s3 with Capybara and Rspec

Expect the creation of a new object

ruby rspec stub

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