spec/exclude_spec.rb in movies-0.1.4 vs spec/exclude_spec.rb in movies-0.1.5

- old
+ new

@@ -138,6 +138,14 @@ end it "should remove TV related data" do Movies.cleaner("Bones S06E19 HDTV XviD-LOL").should_not match(/s06e19/i) end + + it "should not contain 'R5'" do + Movies.cleaner("Just Go With It R5 LiNE XviD-Rx").should_not match(/r5/i) + end + + it "should not contain 'R6'" do + Movies.cleaner("Just Go With It R6 LiNE XviD-Rx").should_not match(/r6/i) + end end \ No newline at end of file