Rakefile in refile-fog-0.1.1 vs Rakefile in refile-fog-0.2.0

- old
+ new

@@ -1,2 +1,5 @@ require "bundler/gem_tasks" +require "rspec/core/rake_task" +RSpec::Core::RakeTask.new(:spec) +task default: :spec