Sha256: 6bde205c0c6e3907ca36a0f71f505f241019e77151fc3918b27be2e409d9e263
Contents?: true
Size: 268 Bytes
Versions: 1
Compression:
Stored size: 268 Bytes
Contents
require_relative "../../spec_helper" describe Lono::Param do before(:all) do @args = "" end describe "lono param" do it "generate" do out = execute("bin/lono param generate #{@args}") expect(out).to include("Generating") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lono-3.5.0 | spec/lib/lono/param_spec.rb |