Rakefile in fuzzily-0.0.3 vs Rakefile in fuzzily-0.1.0
- old
+ new
@@ -1,6 +1,7 @@
require "bundler/gem_tasks"
require 'rspec/core/rake_task'
+require 'appraisal'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
\ No newline at end of file