Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Sep 10, 2014
1 parent a84be44 commit 6fe8bb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions spec/nc_first_fail_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
let(:success_notification) do
Struct.new(:duration, :example_count, :failure_count, :pending_count).new(0.0001, 2, 0, 0)
end

before do
allow(formatter.class).to receive(:rspec_3?).and_return(true)
end
Expand Down
1 change: 0 additions & 1 deletion spec/nc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
let(:success) { "\u2705" }
let(:failure) { "\u26D4" }


context 'with RSpec 2' do
before do
allow(formatter.class).to receive(:rspec_3?).and_return(false)
Expand Down

0 comments on commit 6fe8bb2

Please sign in to comment.