Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

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

rspec failing error: expected false to respond to `false?`

ruby rspec rspec3

Undefined method `mass_assignment_sanitizer=' for ActiveRecord::Base:Class (NoMethodError)

ruby-on-rails rspec

Shared scopes via module?

How to test email sending using Rspec?

ruby-on-rails ruby tdd rspec

FactoryGirl override attribute of associated object

Set Chrome as Default Browser for RSpec/Capybara