Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Using factory girl to create a trait of has_many relationship

rspec should have_select('cars', :options => ['volvo', 'saab'] not working [closed]

ruby-on-rails ruby rspec

Rails validation inclusion error 'not included in list'

RSpec Matchers When Working With ActiveRecord::Relation

How to disable a before_action in a controller spec?

RSpec controller spec fails on update with invalid params

Testing redirect_back with Rspec in Rails 5

How to write a test case using rspec for a notice message

ruby-on-rails rspec notice

How to Simulate ActiveStorage Uploads in RSpec Request Specs

Can't get rspec, spork and debugger to play nice

ruby-on-rails ruby rspec

Is Cucumber simply a wrapper around rspec to help organize tests into features?

ActiveRecord object equality

How to test more than one thing after a lambda in rspec?

How do I write this with rspec

Rspec tests running in wrong environment?

vcr breaks from multiple web requests

ruby-on-rails rspec vcr

ActiveRecord::RecordNotFound for record just created in 'js: true' Feature spec

General advice and recommended folder structure - Sinatra

Shoulda matchers have_many with custom relation name

ruby-on-rails rspec shoulda

RSpec controller specs not working unless explicitly adding :type => :controller