Rakefile in octopress-codefence-1.0.0 vs Rakefile in octopress-codefence-1.1.0
- old
+ new
@@ -1,6 +1,12 @@
require "bundler/gem_tasks"
+require "rspec/core/rake_task"
+
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec
+task :test => :spec