spec/spec_helper.rb in aviglitch-0.1.4 vs spec/spec_helper.rb in aviglitch-0.1.5
- old
+ new
@@ -6,6 +6,9 @@
FILES_DIR = Pathname.new(File.dirname(__FILE__)).realpath + 'files'
OUTPUT_DIR = FILES_DIR + 'output'
RSpec.configure do |config|
config.filter_run_excluding :skip => true
+ config.expect_with :rspec do |c|
+ c.syntax = [:should, :expect]
+ end
end