Skip to content

Commit

Permalink
Tidy up rake, see if that works
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Apr 10, 2019
1 parent e1896df commit bcd7dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ require 'rake/testtask'
require 'simplecov'
require 'coveralls'
SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.command_name 'Unit Tests'
SimpleCov.start

Rake::TestTask.new do |t|
t.libs = ["lib", "spec"]
t.libs = ["lib", "tests"]
t.test_files = FileList['tests/test_*_spec.rb']
end

Expand Down

0 comments on commit bcd7dd5

Please sign in to comment.