Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

How to test the value of a CSS selector using Capybara and RSpec?

Configure RSpec to use the Capybara.javascript_driver for all request specs

What parameters do I need to pass in the controller to a Carrierwave-mounted model?

Why do I get "including Capybara::DSL in the global scope is not recommended!"

Shoulda-Matchers and Custom Error Messages

Rspec Mocks: mock / yield the block from a method call

lambda rspec mocking

Rspec2 testing a before_validation method

Factory Girl: can one reopen factory definitions and complete them?

Stubbing with Faraday and Rspec

rspec mocking stubbing faraday

RSpec Application Helper Test: Undefined local variable or method `helper`

ruby-on-rails ruby rspec

Listing all specs in order determined by seed in rspec

ruby-on-rails rspec

Rspec + Capybara: check existence of tag with it's css class

css rspec capybara

Rspec testing Belongs to and has many

How to test rails ETag caching?

ruby-on-rails rspec etag

Rspec / Rails matcher that excepts a model to_be_saved

RSpec: Undefined method `assert_difference' for ... (NoMethodError)

rspec rspec2 rspec-rails

RSpec generate request spec instead of controller spec

ruby-on-rails ruby rspec

RSpec/Mongoid: Expect to change count on embedded models

ruby-on-rails rspec mongoid

Rspec Ruby Basic Example Error

ruby rspec

Test a base (abstract) controller