Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2016-02-29 01:15:12 +0300
committerSebastian Ludwig <sebastian@lurado.de>2016-03-01 21:56:42 +0300
commit9e7e51e4c677146d0d8a7f0b479de2a7e115e52e (patch)
treef511efd1cc27a33263e7e3b40ef4318d67f068bb /test/test_consume_loc_drop.rb
parent7124b36b2dd016444a8d9ee4efd6c1e2af6f4dc3 (diff)
Moved heavily redundant file opening logic (necessary to read string files) from formatters to Runner and unified the encoding handling.
Diffstat (limited to 'test/test_consume_loc_drop.rb')
-rw-r--r--test/test_consume_loc_drop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_consume_loc_drop.rb b/test/test_consume_loc_drop.rb
index 8bac0a5..deab5c0 100644
--- a/test/test_consume_loc_drop.rb
+++ b/test/test_consume_loc_drop.rb
@@ -5,7 +5,7 @@ class TestConsumeLocDrop < CommandTestCase
super
options = {}
- options[:input_path] = fixture 'consume_loc_drop.zip'
+ options[:input_path] = fixture_path 'consume_loc_drop.zip'
options[:output_path] = @output_path
options[:format] = 'apple'