Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

First RSPEC test, ensure value is 1 or -1

ruby-on-rails ruby rspec

what is the scope of 'let' in Rspec?

ruby rspec let

RSpec tests failing with undefined method `validate_uniqueness_of'

ruby-on-rails ruby rspec

how to clean database before running the each spec file?

RSpec doesn't show full difference between return and expected

ruby-on-rails ruby rspec

How to expect a message to be send to any instance of a class (twice total) with certain arguments in Rails?

ruby-on-rails rspec

Controller test with RSPEC error does not implement

RSpec: Factory definition for associated object

Mocking view helpers with rspec-rails 2.0.0.beta.8

ruby-on-rails rspec

How to add first Cucumber test to a Rails app

rspec user test gives "undefined local variable or method `confirmed_at' "

rspec error during Rails Tutorial : undefined local variable or method `static_pages_index_path'

How do I test the assignment of an instance variable in the new action of my controller with rspec?

error in comparing current path with capybara and rspec

capybara-webkit cannot simulate click on (non link/button) element

How to write tests for spree controller decorator?

ruby-on-rails rspec spree

Test datetime fields as a JSON string using rspec

rspec controller test, get with multiple parameters

ruby-on-rails ruby rspec

Use RSpec's "expect" etc. outside a describe ... it block

ruby rspec

Guard --listen-on with vagrant