Rakefile in feedly_api-0.5.0 vs Rakefile in feedly_api-0.5.1

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 require 'rspec/core/rake_task' -RSpec::Core::RakeTask.new do |t| - t.rspec_opts = '--color --format doc' +RSpec::Core::RakeTask.new(:spec) do |t| + t.rspec_opts = '--color --format doc' end task default: :spec