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

9 lines
155 B
Ruby

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