Rakefile in mongodb-graphite-agent-0.1.2 vs Rakefile in mongodb-graphite-agent-0.1.3
- old
+ new
@@ -1,7 +1,7 @@
-require "bundler/gem_tasks"
-require 'rspec/core/rake_task'
-
-RSpec::Core::RakeTask.new('spec')
-
-# If you want to make this the default task
+require "bundler/gem_tasks"
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new('spec')
+
+# If you want to make this the default task
task :default => :spec
\ No newline at end of file