spec/handbrake/titles_spec.rb in handbrake-0.0.1 vs spec/handbrake/titles_spec.rb in handbrake-0.0.2

- old
+ new

@@ -81,8 +81,12 @@ end it 'has the duration in seconds' do chapter.seconds.should == 203 end + + it 'has the number' do + chapter.number.should == 5 + end end end end