Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Fix test case refs #154
Browse files Browse the repository at this point in the history
  • Loading branch information
mzp committed Dec 21, 2013
1 parent 89a2508 commit 59ef0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/asakusa_satellite/message_pusher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
subject { @pusher }
its (:jsFiles) { should == ['http://www.example.com/socket.io/socket.io.js',
'http://www.example.com/javascripts/keima.js'] }
its (:jsClass) { should == "new Keima('API_KEY')" }
its (:jsClass) { should =~ /new Keima\('API_KEY'\)/ }
end

describe AsakusaSatellite::MessagePusher::Socky do
Expand Down

0 comments on commit 59ef0c0

Please sign in to comment.