Merge branch 'master' of github.com:magnolia-fan/BeatHaven
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
name:
|
||||
password:
|
||||
email:
|
||||
regdate:
|
||||
invites:
|
||||
referer:
|
||||
active: 1
|
||||
|
||||
two:
|
||||
name:
|
||||
password:
|
||||
email:
|
||||
regdate:
|
||||
invites:
|
||||
referer:
|
||||
active: 1
|
||||
@@ -0,0 +1,8 @@
|
||||
require 'test_helper'
|
||||
|
||||
class UserTest < ActiveSupport::TestCase
|
||||
# Replace this with your real tests.
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user