Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec2

RSpec Rake file and no such file to load -- rake/tasklib

ruby rspec rake rspec2

Adding Controller Macros in Rspec

ruby-on-rails rspec2

Rails how to set date and time for 2 days ahead at 4pm (in different zone) (Rails, Rspec)

RSpec Custom Matcher to test percentages attributes in a model

Testing Controller create action with belongs_to association

RSpec should_receive macro that includes id of what needs to be tested

RSpec mock fails with "undefined method `-' for nil:NilClass"

ruby unit-testing rspec rspec2

Is there a way to provide better rspec test descriptions

ruby-on-rails ruby bdd rspec2

Stubbing ActiveRecord dynamic finders with RSpec

RSpec locating resource path

ruby rspec rspec2

Can't access image_tag from helper module

ruby-on-rails-3 rspec2

Rails routing: override the action name in a resource/member block

ruby-on-rails routes rspec2

Rspec let(:model) + model.reload doesn't reload the model

ruby-on-rails rspec rspec2

rspec helper.stub doesn't work

rspec rspec2 rspec-rails

RSpec: Why doesn't let work but before(:each) does?

ActionDispatch::ClosedError when testing Rails 3.1 model creation (RSpec/Cucumber)

Rspec: how can I access what the scenario is tagged with within the scenario?