Sha256: 7b5d40b33d17739e26218f58a65abe69adf8cb734518cf03c873f89b725740e9

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

require "spec_helper"

describe "bin/mango" do
  describe "generates a help message that" do
    it "includes the create task" do
      expect(`#{PROJECT_ROOT + "bin/mango --help"}`).to match /mango create \/path\/to\/your\/app/
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mango-0.9.0 spec/bin/mango_spec.rb