Make test run, use appraisal, cleanup

This commit is contained in:
Max Melentiev
2018-07-09 12:15:18 +03:00
parent de194a7a18
commit c00c110cf9
24 changed files with 114 additions and 59 deletions

15
gemfiles/rails_40.gemfile Normal file
View File

@@ -0,0 +1,15 @@
# This file was generated by Appraisal
source "http://rubygems.org"
gem "appraisal"
gem "fastimage"
gem "sqlite3"
gem "test-unit"
gem "thoughtbot-shoulda", ">= 2.9.0"
gem "mocha"
gem "pry"
gem "pry-byebug"
gem "rails", "~> 4.0.0"
gemspec path: "../"

15
gemfiles/rails_41.gemfile Normal file
View File

@@ -0,0 +1,15 @@
# This file was generated by Appraisal
source "http://rubygems.org"
gem "appraisal"
gem "fastimage"
gem "sqlite3"
gem "test-unit"
gem "thoughtbot-shoulda", ">= 2.9.0"
gem "mocha"
gem "pry"
gem "pry-byebug"
gem "rails", "~> 4.1.0"
gemspec path: "../"

15
gemfiles/rails_42.gemfile Normal file
View File

@@ -0,0 +1,15 @@
# This file was generated by Appraisal
source "http://rubygems.org"
gem "appraisal"
gem "fastimage"
gem "sqlite3"
gem "test-unit"
gem "thoughtbot-shoulda", ">= 2.9.0"
gem "mocha"
gem "pry"
gem "pry-byebug"
gem "rails", "~> 4.2.0"
gemspec path: "../"

15
gemfiles/rails_5.gemfile Normal file
View File

@@ -0,0 +1,15 @@
# This file was generated by Appraisal
source "http://rubygems.org"
gem "appraisal"
gem "fastimage"
gem "sqlite3"
gem "test-unit"
gem "thoughtbot-shoulda", ">= 2.9.0"
gem "mocha"
gem "pry"
gem "pry-byebug"
gem "rails", "~> 5.2.0"
gemspec path: "../"