Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LTe committed Feb 9, 2013
1 parent 6086e54 commit eb4038e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/muzang_spec.rb
Expand Up @@ -33,7 +33,7 @@
end

it "should join to channels" do
message_expectation = @muzang.bot.irc.on_connect.should_receive(:call).once
message_expectation = @muzang.bot.irc.on_connect.should_receive(:call).once
connection = @muzang.start
connection.connection_completed
eventually(true, :every => 1, :total => 3) { message_expectation.instance_variable_get(:@actual_received_count) == 1 }
Expand Down

0 comments on commit eb4038e

Please sign in to comment.