Skip to content

Commit

Permalink
Add test group to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed Jul 2, 2019
1 parent 67d6a67 commit a664d93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
source 'https://rubygems.org'

gem 'tp_link_smartplug', '~>0.1.0'

group :test do
gem 'rspec'
gem 'rubocop'
gem 'simplecov'
end

0 comments on commit a664d93

Please sign in to comment.