spec/publish_spec.rb in resque-bus-0.2.9 vs spec/publish_spec.rb in resque-bus-0.2.10

- old
+ new

@@ -8,10 +8,9 @@ end after(:each) do Timecop.return end let(:bus_attrs) { {"bus_published_at" => Time.now.to_i, - "created_at" => Time.now.to_i, "bus_id"=>"#{Time.now.to_i}-idfhlkj", "bus_app_hostname" => `hostname 2>&1`.strip.sub(/.local/,'')} } it "should add it to Redis" do hash = {:one => 1, "two" => "here", "id" => 12 }