This commit is contained in:
bee0005
2016-09-20 12:14:13 +00:00
parent 37538b5112
commit e9d72c6fc5
9 changed files with 204 additions and 14 deletions

11
test/fixtures/nodes.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# 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
#
one: {}
# column: value
#
two: {}
# column: value

7
test/models/node_test.rb Normal file
View File

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