test/toml_examples.rb in toml-rb-0.3.15 vs test/toml_examples.rb in toml-rb-1.0.0

- old
+ new

@@ -1,6 +1,6 @@ -class TOML::Examples +class TomlRB::Examples def self.example_v_0_4_0 { "table" => { "key" => "value", "subtable" => { @@ -127,10 +127,10 @@ } end def self.example { - 'title' => 'TOML Example', + 'title' => 'TomlRB Example', 'owner' => { 'name' => 'Tom Preston-Werner', 'organization' => 'GitHub', 'bio' => "GitHub Cofounder & CEO\nLikes tater tots and beer.", 'dob' => Time.utc(1979, 05, 27, 07, 32, 00)