Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

ForbiddenAttributesError in Rails 4

Capybara - check for the existence of a data attribute on a link

How to do request spec for JWT authenticate app using RSpec

Dependent factories in Factory Girl

RSpec: Matching arguments for receive_message_chain

ruby-on-rails rspec

Rails 5.1 Configuring Built-in System Tests with RSpec

ruby-on-rails ruby rspec

shoulda matchers should validate_uniqueness_of failing with scope

ruby-on-rails rspec shoulda

RSpec authorization testing with raise_error not working

RSpec 'Expect' Syntax and Idiomatic attribute spec

ruby-on-rails rspec

How to run tagged rspec tests with parallel_tests?

Trying to use rspec, but getting an error that rspec-core 2.2.1 has been activated, but my Gemfile requires rspec-core 2.1.0

Testing a modal dialog with RSpec and Capybara

ruby-on-rails rspec

How to programmatically sign in a user through Devise in Rails

Understanding Rails 3's respond_with

Setting default_url_options in test environment doesn't seem to work

Rails 5 Rspec receive with ActionController::Params

Mocking ActiveRecord relationship beheavior in RSpec tests

Ruby Rspec. Get list of all Test

ruby rspec

`require': cannot load such file -- spec_helper (LoadError)

Stubbing RestClient response in RSpec

ruby rspec sinatra rest-client