spec/commands/event_spec.rb in tane-0.0.2 vs spec/commands/event_spec.rb in tane-0.0.3

- old
+ new

@@ -1,10 +1,10 @@ require "spec_helper" describe Tane::Commands::Event do describe ".process" do - it "should post data to the local apps /bushido/data with the event" do + it "should post data to the local apps /cloudfuji/data with the event" do args = ["Test", "received", "{'foo' => 'bar'}"] event = { 'category' => args.first, 'event' => args[1], 'data' => eval(args[2])