Skip to content

Commit

Permalink
Rewrite template tests for Rails 6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeclaghorn committed May 13, 2019
1 parent 3895a72 commit de5f663
Show file tree
Hide file tree
Showing 9 changed files with 226 additions and 361 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ gemfiles/*.lock
Gemfile.lock
.ruby-version
pkg
.byebug_history
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gemspec
gem "rake"
gem "mocha", require: false
gem "appraisal"
gem "pry"
gem "byebug"
2 changes: 1 addition & 1 deletion gemfiles/rails_4_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rake"
gem "mocha", require: false
gem "appraisal"
gem "pry"
gem "byebug"
gem "rails", "~> 4.2.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rake"
gem "mocha", require: false
gem "appraisal"
gem "pry"
gem "byebug"
gem "rails", "~> 5.0.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rake"
gem "mocha", require: false
gem "appraisal"
gem "pry"
gem "byebug"
gem "rails", "~> 5.1.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rake"
gem "mocha", require: false
gem "appraisal"
gem "pry"
gem "byebug"
gem "rails", "~> 5.2.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rake"
gem "mocha", require: false
gem "appraisal"
gem "pry"
gem "byebug"
gem "rails", github: "rails/rails"

gemspec path: "../"
Loading

0 comments on commit de5f663

Please sign in to comment.