diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..8a2d129 --- /dev/null +++ b/Rakefile @@ -0,0 +1,3 @@ +require 'rspec/core/rake_task' +RSpec::Core::RakeTask.new(:spec) +task :default => :spec