Rakefile in git_wrapper-1.1.1 vs Rakefile in git_wrapper-1.1.2

- old
+ new

@@ -1,10 +1,10 @@ require "bundler/gem_tasks" require 'rspec/core/rake_task' RSpec::Core::RakeTask.new do |task| - task.pattern = 'spec/**/*_spec.rb' - task.rspec_opts = '--tty --color -f documentation' - task.verbose = false + task.pattern = 'spec/**/*_spec.rb' + task.rspec_opts = '--tty --color -f documentation' + task.verbose = false end task default: :spec