Skip to content

Commit

Permalink
Add Guardfile
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Dec 2, 2015
1 parent a961441 commit 7ebdb56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,6 +4,7 @@ gemspec

group :devel do
gem 'coveralls', require: false
gem 'guard-rake'
gem 'minitest', '~> 5.0'
gem 'mocha'
gem 'pry'
Expand Down
3 changes: 3 additions & 0 deletions Guardfile
@@ -0,0 +1,3 @@
guard 'rake', task: 'default' do
watch(%r{^(lib|test|spec)/})
end

0 comments on commit 7ebdb56

Please sign in to comment.