Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

What is the difference between "be_true" and "be true" in RSpec

what's the new equivalent of Rspec any_instance in Rspec 3?

ruby-on-rails testing rspec

How to test after_sign_in_path_for(resource)?

How do I correctly freeze time w/ Timecop in my spec?

How to avoid Rspec shared examples 'previously defined' warning?

Writing tests with RSpec for Redis with Rails

Capybara testing if page has regular expression

How can I test the page title with Capybara 2.0?

undefined method `create' in Rails RSpec

PG::Error: ERROR: relation "users" does not exist

ruby-on-rails testing rspec pg

Can I access Application Helper methods in a RSpec request?

how to test ruby inheritance with rspec

ruby rspec

Rails 3.0.9 + Devise + Cucumber + Capybara the infamous "No route matches /users/sign_out"

How can I use `should validate_presence_of` with a custom error message?

post to a different controller in an rspec test

ruby-on-rails rspec

Should I test private methods using RSpec?

ruby rspec private-methods

Start ruby debugger if rspec test fails

Where/how to include helper methods for capybara integration tests

When to use curly braces vs parenthesis in expect Rspec method?

ruby rspec

How do you test if a div has a certain css style in rspec/capybara?

ruby rspec capybara