Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
tennety committed May 18, 2017
1 parent 68484ef commit 41a7bb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
end

it "should handle timecodes with no milliseconds component" do
expect(subject.timecode("01:03:44")).not_to be_nil
expect(subject.timecode("01:03:44")).to eq(3824.0)
end
end
Expand Down

0 comments on commit 41a7bb0

Please sign in to comment.