Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

RSpec 2 doesn't seem to load any fixtures?

Any override for rspec errors on BigDecimal?

ruby rspec rspec2 bigdecimal

Rspec: Helper method not being recognized

ruby rspec rspec2

RSpec test to check (Rails model: validates :something, :inclusion => list from other activeRecord)

Why aren't RSpec matchers working?

rspec rspec2

How to write Rspec spec for the following query

Rspec tests: it { should respond_to() }

ruby unit-testing rspec2

How do I undo File System changes made in my Rails/RSpec tests?

Rspec request.env wrong number of arguments

Testing acts_as_tenant with rspec

How should I integrate RSpec with Rake, Rails and my existing tests?

undefined method `setup' for main:Object while trying to run controller tests with authlogic

How to assign variables when using RSpec to test jbuilder views

How to mock/stub the config initializer hash in rails 3

ruby-on-rails-3.1 rspec2

RSpec isn't generating spec files for my models and controllers

How do I find out which callbacks are registered with the at_exit method in Ruby?