Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

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

How do I write an RSpec test for a Ruby method that contains "gets.chomp"? [duplicate]

ruby rspec

Populating instance variables in rspec tests

ruby rspec stubbing

How do I test for belongs_to and has_many in Rails?

ruby-on-rails ruby rspec

Configuring RSpec with new Rails/MongoID application

ruby-on-rails rspec mongoid

Rspec Controllers in and out of namespace with same name

ruby-on-rails rspec

Rails RSpec: Controller Testing, checking if errors Array of model is filled with entries if new record cannot be created due to validation error

ruby-on-rails rspec

rspec receive method not working as expected