Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

RSpec test ArgumentError on method with parameters

ruby unit-testing rspec

Is there a "not_expects" for mocha/rspec?

How to RSpec a shared ActiveRecord module without associated database table?

Testing "Account Confirmation" with rails/rspec/capybara/devise

ActionController::UnknownFormat with rspec and post request

Is it possible to add "somewhere" a `before(:each)` hook so that all spec file can run it?

Ruby: Send logger messages to a string variable?

ruby rspec logging

:greater_than_or_equal_to in validates_numericality_of only partially working in rails 3.1

How to test send_data in RSpec? Or...what should I be testing for in this case?

ruby-on-rails rspec

How do I get all attributes of a Model minus a few

ruby-on-rails rspec mongoid

How to test a Singleton class?

ruby singleton rspec testing

Why do I get "undefined method or variable 'example'" in RSpec 3.0?

rspec capybara

Rspec/FactoryGirl: clean database state

Testing a rake task in rspec (and cucumber)

Rspec not working, or raise not raising?

ruby tdd rspec

rspec pending results in falied test

RSpec, stubbing nested resource methods

RSpec 3.1 undefined method `feature' for main:Object

ruby-on-rails ruby rspec

Test for destroying associated records when object is destroyed failing in rails app

rspec, unknown attribute question

ruby-on-rails testing rspec