Skip to content

Commit

Permalink
Add helpful testing gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Richmond committed Sep 16, 2016
1 parent bb797b8 commit 81983df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ group :test do
gem 'sqlite3', platform: (@windows_platforms + [:ruby])
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
gem 'codeclimate-test-reporter', require: false
gem 'm', '~> 1.5'
gem 'pry', '~> 0.10'
gem 'pry-byebug', '~> 3.4', platform: :ruby
end

group :development, :test do
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
STDERR.puts 'Running without SimpleCov'
end

require 'pry'
require 'timecop'
require 'rails'
require 'action_controller'
Expand Down

0 comments on commit 81983df

Please sign in to comment.