Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

RSpec 3.1 with Zeus, should I require 'rspec/rails' in spec_helper?

ruby-on-rails ruby rspec zeus

How to count the number of rows in the tables. (RSpec, Capybara)

ruby-on-rails rspec

How to merge multiple simplecov directories inside CircleCI when running parallel_test?

Testing order of lines of text on web page - Rspec & Capybara in rails

Having trouble with WebMock, not stubbing correctly

testing my Ruby gem: undefined method `configure' for Shoulda::Matchers:Module (NoMethodError)

How to assert that a method call was not made, without any_instance?

Stubbing a before_filter with RSpec

How do I mock an object in this case? no obvious way to replace object with mock

Testing a complicated method

ruby testing rspec

rspec populating a variable with data from an external file

ruby-on-rails rspec

Rspec and Rails with View Tests and Nested Resources

rspec - how can I get "pendings" to have my text and not just "No reason given"

How to create an RSpec Rake task using RSpec::Core::RakeTask?

ruby rspec rake

Rspec error NameError: uninitialized constant on a Factory

ruby-on-rails rspec

Is there an rspec matcher to confirm a class includes a library, module or gem?

ruby rspec

rspec - how to compare to an actual DateTime in the expect?

ruby rspec

Rspec Capybara find field not functioning

Update single value in ruby hash from super

ruby rspec

How to set the referrer in an _integration_ test

ruby-on-rails rspec