spec/spec_helper.rb in cobregratis-0.4.2 vs spec/spec_helper.rb in cobregratis-0.4.3
- old
+ new
@@ -3,10 +3,6 @@
require 'rspec'
require 'cobregratis'
# 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|
-
-end
+Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
\ No newline at end of file