diff --git a/lib/tasks/spec.rake b/lib/tasks/spec.rake new file mode 100644 index 000000000..70a846df5 --- /dev/null +++ b/lib/tasks/spec.rake @@ -0,0 +1,5 @@ +require 'rspec/core/rake_task' + +RSpec::Core::RakeTask.new(:spec) + +task :default => :spec