Skip to content

Commit

Permalink
add guard-shell gem and change test.rb to allow single file tests :test:
Browse files Browse the repository at this point in the history
the guard gem is a useful tool during test development.
  • Loading branch information
anithri committed Feb 23, 2015
1 parent e3d8b58 commit ee701b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,6 +4,7 @@ group :test do
gem 'lemon'
gem 'qed'
gem 'rubytest-cli'
gem 'guard-shell'
gem 'rake'
gem 'simplecov'
end
Expand Down
6 changes: 3 additions & 3 deletions etc/test.rb
Expand Up @@ -15,9 +15,9 @@
FileUtils.mkdir(tmp) unless File.directory?(tmp)

# Default test run.
Test.run do |r|
r.files << 'test'
end
# Test.run do |r|
# r.files << 'test'
# end

# Generate SimpleCov coverage report.
Test.run :cov do |r|
Expand Down

0 comments on commit ee701b8

Please sign in to comment.