Add missing RSpec gem

This commit is contained in:
Enrico Stahn
2015-03-26 16:10:04 +11:00
parent 5fd3f51d78
commit 692a4f156b
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -6,5 +6,6 @@ gem 'github_api'
gem 'colorize'
group :test do
gem 'rspec'
gem 'rubocop'
end