Skip to content

Commit

Permalink
Added a fixture to test the package_name
Browse files Browse the repository at this point in the history
  • Loading branch information
amanelis authored and sferik committed Mar 19, 2013
1 parent 5b4a68e commit 2474676
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/fixtures/script.thor
Expand Up @@ -160,7 +160,10 @@ class Barn < Thor
def paint(color='red')
puts "#{options[:coats]} coats of #{color} paint"
end
end

class PackageNameScript < Thor
package_name "Baboon"
end

module Scripts
Expand Down

0 comments on commit 2474676

Please sign in to comment.