Rakefile in get_happy-1.0.0 vs Rakefile in get_happy-1.0.1
- old
+ new
@@ -4,7 +4,11 @@
task :build_local do
system "rake build && rake install"
end
-task :default => :spec
+task :default do
+ system "bundle exec rspec"
+end
+
+task :default => :spec