Rakefile in whatsup_github-0.4.2 vs Rakefile in whatsup_github-0.5.0

- old
+ new

@@ -5,10 +5,10 @@ require 'cucumber' require 'cucumber/rake/task' RSpec::Core::RakeTask.new(:spec) -task default: :spec +task default: :test Cucumber::Rake::Task.new(:features) do |t| t.cucumber_opts = '--format pretty' # Any valid command line option can go here. end