spec/spec_helper.rb in virtus-0.3.0 vs spec/spec_helper.rb in virtus-0.4.0
- old
+ new
@@ -11,10 +11,10 @@
require 'virtus'
ENV['TZ'] = 'UTC'
# require spec support files and shared behavior
-Dir[File.expand_path('../**/shared/**/*.rb', __FILE__)].each { |file| require file }
+Dir[File.expand_path('../shared/**/*.rb', __FILE__)].each { |file| require file }
RSpec.configure do |config|
# Remove anonymous- and example- Attribute classes from Attribute descendants
config.after :all do