summaryrefslogtreecommitdiff
path: root/test/unit/gs_node_test.rb
blob: 1155cab11381913e767cbb57d7f65c715f9fd3c3 (plain)
1
2
3
4
5
6
7
require 'test_helper'

class GsNodeTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert GsNode.new.valid?
  end
end