Sha256: 7a11a973b752fe1c00731ffda66f13a1ad97e165805ee39cfb8cdcc14471b620
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
# Tasks for testing your engine configuration in the terminal. # task :search do load File.expand_path '../../picky/auxiliary/terminal.rb', __FILE__ terminal = Terminal.new ARGV[1] || raise("Usage:\n rake search <URL>\n E.g. rake search /books\n rake search localhost:8080/books") terminal.run end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picky-2.1.1 | lib/tasks/search.rake |