rearrange tasks, add coverage

This commit is contained in:
David Dollar
2012-01-28 18:48:13 -05:00
parent 1537ddbcc9
commit 7cb73f5c36
5 changed files with 176 additions and 189 deletions
+8
View File
@@ -0,0 +1,8 @@
require "rspec/core/rake_task"
task :default => :spec
desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = 'spec/**/*_spec.rb'
end