spec/spec_helper.rb in attr_masker-0.1.1 vs spec/spec_helper.rb in attr_masker-0.2.0

- old
+ new

@@ -2,11 +2,11 @@ # require "bundler" Bundler.require :default, :development -Dir[File.expand_path "../support/**/*.rb", __FILE__].each { |f| require f } +Dir[File.expand_path "../support/**/*.rb", __FILE__].sort.each { |f| require f } RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" @@ -15,7 +15,5 @@ config.expect_with :rspec do |c| c.syntax = :expect end end - -require "rails/all"