spec/rackamole/alert/growl_spec.rb in rackamole-0.3.6 vs spec/rackamole/alert/growl_spec.rb in rackamole-0.3.7

- old
+ new

@@ -17,10 +17,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