Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rspec

Rspec/Capybara: How to "expect to see Routing Error"?

Application Controller helper methods not available for Views Specs

Should I use "rake spec" or "rspec" (can't get "rake spec" to work)?

ruby-on-rails rspec rake

How to use synchronize in Capybara exactly?

How to test a method on an ActiveRecord::Relation object in rspec?

How to request (GET/POST) routes in RSpec that have a wildcard

Speeding up rspec controllers test: using before all fails?

ruby-on-rails rspec rspec2

How to access the describe text in rspec

ruby 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