lib/shoulda.rb in thoughtbot-shoulda-2.0.1 vs lib/shoulda.rb in thoughtbot-shoulda-2.0.2

- old
+ new

@@ -1,9 +1,10 @@ require 'shoulda/context' require 'shoulda/proc_extensions' require 'shoulda/assertions' require 'shoulda/macros' require 'shoulda/helpers' +require 'shoulda/rails' if defined? RAILS_ROOT module Test # :nodoc: all module Unit class TestCase extend Thoughtbot::Shoulda