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

9 lines
152 B
Ruby

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