Sha256: 2aa3cab5a2fee366e4b2ec21087ac81a7a9b0b3005e35b9526ea6a406f340ceb
Contents?: true
Size: 415 Bytes
Versions: 81
Compression:
Stored size: 415 Bytes
Contents
Feature: Allow config.rb and extensions to add CLI commands Scenario: Command autoloaded from tasks/ directory Given an empty app And a file named "tasks/hello_task.rb" with: """ class Hello < Thor desc "hello", "Say hello" def hello puts "Hello World" end end """ When I run `middleman hello` Then the output should contain "Hello World"
Version data entries
81 entries across 81 versions & 3 rubygems