Skip to content

Commit 3f7153b

Browse files
committed
fix typo in command name
1 parent 4098dc9 commit 3f7153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ end
133133
task :all_tests do
134134
if ENV["MEASURE_COVERAGE"]
135135
SimpleCov.start do
136-
command_name "RSpec-rails#{Rails::VERSION::STRING}-ruby#{RUBY_VERSION}"
136+
command_name "rails#{Rails::VERSION::STRING}-ruby#{RUBY_VERSION}"
137137
enable_coverage :branch
138138
formatter SimpleCov::Formatter::Console
139139
end

0 commit comments

Comments
 (0)