spec/spec_helper.rb in ts-resque-delta-1.2.2 vs spec/spec_helper.rb in ts-resque-delta-1.2.3
- old
+ new
@@ -9,5 +9,7 @@
RSpec.configure do |c|
c.filter_run :focus => true
c.run_all_when_everything_filtered = true
c.treat_symbols_as_metadata_keys_with_true_values = true
end
+
+SPEC_BIN_PATH = File.expand_path(File.join(File.dirname(__FILE__), 'bin'))