Skip to content

Commit

Permalink
Merge pull request #20793 from agrare/bump_rspec_rails
Browse files Browse the repository at this point in the history
Bump rspec-rails to v4.0.1
  • Loading branch information
Fryguy authored Nov 10, 2020
2 parents 6378209 + 9224885 commit 0fbfd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,6 @@ unless ENV["APPLIANCE"]

group :development, :test do
gem "parallel_tests"
gem "rspec-rails", "~>3.9.0"
gem "rspec-rails", "~>4.0.1"
end
end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/mocks'
require 'vcr'
require 'cgi'

Expand Down

0 comments on commit 0fbfd69

Please sign in to comment.