Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Any reason a TX in Rails should not have requires_new: true

Is false considered to be nil in rspec?

ruby-on-rails rspec

RSpec lazy subject

ruby rspec

Installing RSpec, Capybara and Selenium Webdriver with Rails 4.x

RSpec 2 doesn't seem to load any fixtures?

undefined method `find_or_initialize' for a Relation

Ignoring exit when running Rspec

ruby rspec

Invalid email or password error when testing devise sign in with RSpec feature spec

Rails 4 + Rails-API + RSpec + Devise - Trouble testing controllers with custom devise routes

No method error - save from rubystutorial.org

Rspec be_valid fails on a valid test

ruby-on-rails rspec

Rails ActiveRecord Serialized Data Rspec Test

ruby-on-rails ruby rspec

Any override for rspec errors on BigDecimal?

ruby rspec rspec2 bigdecimal

Rails - How to mock or access methods defined in ApplicationController from helper spec?

ruby-on-rails rspec

Ruby on Rails Tutorial section 10.4.2 test fail

ruby-on-rails rspec

Anonymous controller in Minitest w/ Rails