spec/spec_helper.rb in space2dot-0.0.3 vs spec/spec_helper.rb in space2dot-0.1.1

- old
+ new

@@ -1,2 +1,10 @@ -$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) +require 'bundler/setup' require 'space2dot' +Bundler.setup + +RSpec.configure do |config| + config.order = 'random' + config.expect_with :rspec do |rspec| + rspec.syntax = :expect + end +end