Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rspec and Rails with View Tests and Nested Resources

rspec - how can I get "pendings" to have my text and not just "No reason given"

How to create an RSpec Rake task using RSpec::Core::RakeTask?

ruby rspec rake

Rspec error NameError: uninitialized constant on a Factory

ruby-on-rails rspec

Is there an rspec matcher to confirm a class includes a library, module or gem?

ruby rspec

rspec - how to compare to an actual DateTime in the expect?

ruby rspec

Rspec Capybara find field not functioning

Update single value in ruby hash from super

ruby rspec

How to set the referrer in an _integration_ test

ruby-on-rails rspec

Mocking Files during a ChefSpec run

rspec chef-infra chefspec

undefined method `env' for nil:NilClass

Stub super method in controller

rspec super stub

How to write a RSpec test to compare a string with its expected substring?

ruby rspec rspec2

RuntimeError: #let or #subject called without a block

ruby-on-rails rspec

How to properly use shoulda matchers with uniqueness validation?

ruby-on-rails rspec

Rspec: How to verify if a record has been deleted?

Testing before_filter gets called in action

How do you test route constraints using RSpec

Rails gems/tools for performance benchmarking?

Guard doesn't see file updates