Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

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

Rspec: Helper method not being recognized

ruby rspec rspec2

Rspec test if an attribute was updated

Access session inside spec

ruby-on-rails rspec

How does ruby know where to find rspec in require "rspec"

ruby rspec

RSpec: execute the same expectation under different circumstances

rspec

Testing drag and drop not working rspec/capybara/selenium/jquery

Explain the usage of procs in an rspec context

ruby rspec proc