Sha256: fc769b8797502ba31f1c1e7ba073a3e59057d81b912314b6d65f75b61d3a7f0e
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
require 'test_helper' class TestToriConfig < Test::Unit::TestCase test "#initialize" do i = Tori::Config.new assert_instance_of Tori::Config, i assert_respond_to i, :backend assert_respond_to i, :backend= assert_respond_to i, :hash_method assert_respond_to i, :hash_method= end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tori-0.0.1 | test/test_tori_config.rb |