1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00

Add Admin class

This commit is contained in:
2015-01-31 12:19:54 +01:00
parent b9bbe6d57b
commit 0677e19b93
7 changed files with 92 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class AdminTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end