accescible_app/test/unit/newsletter_test.rb
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

9 lines
157 B
Ruby

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