1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-26 18:18:51 +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

6
test/fixtures/admins.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
# This model initially had no columns defined. If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#

View File

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