Skip to content

Commit

Permalink
Fixed a duplicate constant warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jun 9, 2010
1 parent b1b6ac4 commit 86791ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/shoulda/active_record/assertions.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
### TODO: replace with matches
module Shoulda # :nodoc:
module ActiveRecord # :nodoc:
module Assertions
Expand Down
2 changes: 1 addition & 1 deletion test/matchers/action_mailer/have_sent_email_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require File.join(File.dirname(__FILE__), '..', '..', 'test_helper')
require 'test_helper'

class HaveSentEmailTest < ActiveSupport::TestCase # :nodoc:
context "an email" do
Expand Down

0 comments on commit 86791ac

Please sign in to comment.