Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to assert number of elements using Capybara with proper error message?

rspec dsl capybara

Generate a controller with all the RESTful functions

Capybara: How do I fill in a input field by its ID

rspec capybara

How to set up factory in FactoryGirl with has_many association

undefined method `visit' when using RSpec and Capybara in rails

How is spec/rails_helper.rb different from spec/spec_helper.rb? Do I need it?

Speeding up RSpec tests in a large Rails application

How to test exception raising in Rails/RSpec?

ruby-on-rails ruby rspec

How to get rspec-2 to give the full trace associated with a test failure?

Rspec doesn't see my model Class. uninitialized constant error

Rails 4: How to reset test database?

ruby-on-rails ruby rspec

What's the difference between RSpec's subject and let? When should they be used or not?

ruby unit-testing rspec

RSpec: Expect to change multiple

ruby-on-rails rspec matcher

Capybara Ambiguity Resolution

rspec 3 - stub a class method

RSpec controller testing - blank response.body

Disable a group of tests in rspec?

ruby rspec

RSpec: What is the difference between a feature and a request spec?

Skip callbacks on Factory Girl and Rspec

How to say "should_receive" more times in RSpec

ruby-on-rails rspec