spec/spec_helper.rb in assembly-objectfile-1.6.7 vs spec/spec_helper.rb in assembly-objectfile-1.6.8
- old
+ new
@@ -1,7 +1,11 @@
bootfile = File.expand_path(File.dirname(__FILE__) + '/../config/boot')
require bootfile
+RSpec.configure do |config|
+ config.order = 'random'
+end
+
TEST_DATA_DIR = File.join(Assembly::PATH_TO_GEM,'spec','test_data')
TEST_INPUT_DIR = File.join(TEST_DATA_DIR,'input')
TEST_OUTPUT_DIR = File.join(TEST_DATA_DIR,'output')
TEST_TIF_INPUT_FILE = File.join(TEST_INPUT_DIR,'test.tif')
TEST_TIF_INPUT_FILE2 = File.join(TEST_INPUT_DIR,'test2.tif')