Skip to content

Commit

Permalink
Make sure the railtie is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Dec 21, 2021
1 parent a2aacff commit 7f3ee7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
source "https://rubygems.org"

gem "rake"
gem "mocha", :require => false
gem "mocha", require: false
gem "appraisal"
gem "rails", "~> 6.1.0"

gemspec :path => "../"
gemspec path: "../"
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require "bundler/setup"

require "rails"

require "jbuilder"

require "active_support/core_ext/array/access"
Expand Down

0 comments on commit 7f3ee7f

Please sign in to comment.