lib/rspec-system.rb in rspec-system-2.1.0 vs lib/rspec-system.rb in rspec-system-2.1.1
- old
+ new
@@ -1,9 +1,10 @@
require 'rspec'
# Root module namespace for +rspec-system+
module RSpecSystem; end
+require 'rspec-system/exception'
require 'rspec-system/util'
require 'rspec-system/log'
require 'rspec-system/helper'
require 'rspec-system/helpers'
require 'rspec-system/internal_helpers'