Moving pry and pry-byebug into tests group.

This commit is contained in:
Bucky Wilson
2017-12-13 17:14:58 +10:00
parent 7d4ef0f7e0
commit ae8c160b8d

View File

@@ -99,6 +99,8 @@ group :test do
gem 'capybara'
# RESTful API tests/generic command module tests
gem 'rest-client', '>= 2.0.1'
gem 'pry'
gem 'pry-byebug'
end
end