spec/spec_helper.rb in slackistrano-0.1.4 vs spec/spec_helper.rb in slackistrano-0.1.5

- old
+ new

@@ -9,8 +9,7 @@ # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir['#{File.dirname(__FILE__)}/support/**/*.rb'].each {|f| require f} RSpec.configure do |config| - config.treat_symbols_as_metadata_keys_with_true_values = true config.order = 'random' end