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

- old
+ new

@@ -10,5 +10,7 @@ VCR.configure do |c| c.cassette_library_dir = 'spec/fixtures/cassettes' c.hook_into :webmock c.allow_http_connections_when_no_cassette = true end + +Dir["./spec/support/**/*.rb"].sort.each {|f| require f} \ No newline at end of file