Skip to content

Commit

Permalink
Fix funny indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Sep 8, 2012
1 parent 400da5a commit fcef568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/rspec/core/rake_task_spec.rb
Expand Up @@ -27,10 +27,10 @@ def spec_command

context "with rcov" do
it "renders rcov" do
with_rcov do
spec_command.should =~ /^#{ruby} -S rcov/
end
with_rcov do
spec_command.should =~ /^#{ruby} -S rcov/
end
end
end

context "with ruby options" do
Expand Down

0 comments on commit fcef568

Please sign in to comment.