Sha256: 438c54256b48e96700a37ba36e1b9088bfa406b0bda941085048872c76a14f74
Contents?: true
Size: 261 Bytes
Versions: 9
Compression:
Stored size: 261 Bytes
Contents
# encoding: UTF-8 require "spec_helper" describe "bin/mango" do describe "generates a help message that" do it "includes the create task" do `#{PROJECT_ROOT + "bin/mango --help"}`.should match /mango create \/path\/to\/your\/app/ end end end
Version data entries
9 entries across 9 versions & 1 rubygems