Rakefile in openstudio-analysis-0.1.6 vs Rakefile in openstudio-analysis-0.1.7

- old
+ new

@@ -26,10 +26,10 @@ system "gem push openstudio-analysis-#{OpenStudio::Analysis::VERSION}.gem" system "rm openstudio-analysis-#{OpenStudio::Analysis::VERSION}.gem" end RSpec::Core::RakeTask.new("spec") do |spec| - spec.rspec_opts = %w(--format progress --format CI::Reporter::RSpec) + #spec.rspec_opts = %w(--format progress --format CI::Reporter::RSpec) spec.pattern = "spec/**/*_spec.rb" end task :default => :spec