Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

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

Integer comparison matcher in rspec

ruby rspec

How do I fix missing PostGIS SRIDs in PostgreSQL?

postgresql rspec postgis

RSpec: Match an array of strings by regex

ruby-on-rails ruby rspec

Testing links using rspec?

How can I write javascript tests that don't timeout or fail randomly with rspec, capybara, and poltergeist?