Class: SciolyFF::TopLevel

Inherits:
Minitest::Test
  • Object
show all
Defined in:
lib/sciolyff/top_level.rb

Overview

Tests that also serve as the specification for the sciolyff file format

Instance Method Summary collapse

Instance Method Details

#test_is_hashObject



9
10
11
# File 'lib/sciolyff/top_level.rb', line 9

def test_is_hash
  assert_instance_of Hash, SciolyFF.rep
end