Skip to content

Commit

Permalink
Merge branch 'mailer' of [email protected]:djcp/cohort
Browse files Browse the repository at this point in the history
Conflicts:
	.gitignore
  • Loading branch information
djcp committed Nov 18, 2009
2 parents 511365b + d239e6a commit fa7886d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require 'test_helper'

class ContactCartControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require 'test_helper'

class ContactCartTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

0 comments on commit fa7886d

Please sign in to comment.