Merge pull request from sebastianludwig/fixed_unit_tests

Fixed unit tests.
This commit is contained in:
Sebastian Celis 2015-11-29 11:52:48 -06:00
commit 48511652c7
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ class TestConsumeLocDrop < CommandTestCase
end
end
@runner = Twine::Runner.new(nil, options, @twine_file)
@runner = Twine::Runner.new(options, @twine_file)
end
def test_consumes_zip_file

View file

@ -14,7 +14,7 @@ class TestGenerateLocDrop < CommandTestCase
end
end
@runner = Twine::Runner.new(nil, options, @twine_file)
@runner = Twine::Runner.new(options, @twine_file)
end
def test_generates_zip_file