spec/fixtures/script.thor in thor-0.12.3 vs spec/fixtures/script.thor in thor-0.13.0

- old
+ new

@@ -1,5 +1,9 @@ class MyScript < Thor + attr_accessor :some_attribute + attr_writer :another_attribute + attr_reader :another_attribute + group :script default_task :example_default_task map "-T" => :animal, ["-f", "--foo"] => :foo