spec/lib/build_spec.rb in evrone-ci-router-0.2.0.pre3 vs spec/lib/build_spec.rb in evrone-ci-router-0.2.0.pre4
- old
+ new
@@ -37,10 +37,9 @@
it { should be_an_instance_of(Evrone::CI::Message::BuildStatus) }
its(:build_id) { should eq build.message.id }
its(:status) { should eq 2 }
its(:tm) { should be }
- its(:tm_usec) { should be }
its(:jobs_count) { should eq 1 }
context "when commit_info exists" do
before do
build.commit_info = OpenStruct.new(