spec/spec_helper.rb in gorillib-0.4.2pre vs spec/spec_helper.rb in gorillib-0.4.2

- old
+ new

@@ -13,10 +13,11 @@ $LOAD_PATH.unshift(GORILLIB_ROOT_DIR('lib')) $LOAD_PATH.unshift(GORILLIB_ROOT_DIR('spec/support')) require_relative 'support/gorillib_test_helpers' -Dir[GORILLIB_ROOT_DIR('spec/support/matchers/*.rb')].each{|f| require f} +Dir[GORILLIB_ROOT_DIR('spec/support/matchers/*.rb')].each {|f| require f} +Dir[GORILLIB_ROOT_DIR('spec/support/shared_examples/*.rb')].each {|f| require f} RSpec.configure do |config| include Gorillib::TestHelpers config.treat_symbols_as_metadata_keys_with_true_values = true end