Rakefile in ncmb-ruby-client-0.0.8 vs Rakefile in ncmb-ruby-client-0.0.9
- old
+ new
@@ -3,7 +3,7 @@
Bundler.setup
require 'rspec/core/rake_task'
desc "run spec"
RSpec::Core::RakeTask.new(:spec) do |t|
- t.rspec_opts = ["-c", "-fs"]
+ t.rspec_opts = ["--color", "--format documentation"]
end
\ No newline at end of file