Rakefile in happy-0.1.0.pre.1 vs Rakefile in happy-0.1.0.pre.2

- old
+ new

@@ -1,2 +1,7 @@ #!/usr/bin/env rake require "bundler/gem_tasks" + +# integrate rspec +require 'rspec/core/rake_task' +RSpec::Core::RakeTask.new('spec') +task :default => :spec