Skip to content

Commit

Permalink
[CS] spacing - this is a block, not a hash
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Oct 9, 2013
1 parent 6c175a4 commit 4509cdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
end

context "with ahnsay" do
let(:numeric_method) {:ahn_say }
let(:numeric_method) { :ahn_say }

it "plays the message introduction" do
should_play config.messages.message_received_on
Expand All @@ -47,7 +47,7 @@
end

context "with i18n_string" do
let(:numeric_method) {:i18n_string }
let(:numeric_method) { :i18n_string }

it "plays the message introduction" do
flexmock(I18n).should_receive(:localize).with(some_time).and_return "some time"
Expand Down

0 comments on commit 4509cdc

Please sign in to comment.