Rakefile in cloud_shaped-1.0.0 vs Rakefile in cloud_shaped-1.1.0
- old
+ new
@@ -3,8 +3,8 @@
require "rspec/core/rake_task"
task "default" => "spec"
RSpec::Core::RakeTask.new do |t|
- t.pattern = 'spec/**/*_spec.rb'
+ t.pattern = "spec/**/*_spec.rb"
t.rspec_opts = ["--colour", "--format", "d"]
end