Removed a reference to the Thoughtbot namespace in the Matchers module

This commit is contained in:
Joe Ferris 2009-01-26 19:42:49 -05:00
parent e9e98b9148
commit f732ae64c7
1 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,7 @@
require 'shoulda/active_record/matchers'
module Thoughtbot
module Shoulda
module Matchers # :nodoc:
include ThoughtBot::Shoulda::ActiveRecord::Matchers
end
module Shoulda
module Matchers # :nodoc:
include Shoulda::ActiveRecord::Matchers
end
end