Skip to content

Commit

Permalink
Wrap processor test
Browse files Browse the repository at this point in the history
  • Loading branch information
l4u committed Apr 4, 2013
1 parent 1a30376 commit a101bc3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/giftrim_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
require File.expand_path('../../lib/giftrim.rb', __FILE__)

describe Giftrim do
it "must be allowed to change processor or the path of gifsicle" do
Giftrim.processor = "/usr/local/bin/gifsicle"
Giftrim.processor.must_equal "/usr/local/bin/gifsicle"
describe "processor" do
it "must be allowed to change processor or the path of gifsicle" do
Giftrim.processor = "/usr/local/bin/gifsicle"
Giftrim.processor.must_equal "/usr/local/bin/gifsicle"
end
end

it "must return frames wanted" do
Expand Down

0 comments on commit a101bc3

Please sign in to comment.