spec/rackamole/alert/twitt_spec.rb in rackamole-0.3.6 vs spec/rackamole/alert/twitt_spec.rb in rackamole-0.3.7
- old
+ new
@@ -20,10 +20,10 @@
end
end
describe '#send_alert' do
before( :each ) do
- @args = OrderedHash.new
+ @args = BSON::OrderedHash.new
@args[:type] = Rackamole.feature
@args[:app_name] = 'Test'
@args[:host] = 'Fred'
@args[:user_name] = 'Fernand'
@args[:path] = '/blee/fred'
\ No newline at end of file