Moved card stuff from users model to new card model
This commit is contained in:
9
test/fixtures/cards.yml
vendored
Normal file
9
test/fixtures/cards.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
card_number: MyString
|
||||
card_permissions: 1
|
||||
|
||||
two:
|
||||
card_number: MyString
|
||||
card_permissions: 1
|
||||
7
test/unit/card_test.rb
Normal file
7
test/unit/card_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class CardTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user