Sha256: ad2840896e04c6496ab38b5b1eee0f128be5e29557fb6afab0bfaddfa5a61219

Contents?: true

Size: 199 Bytes

Versions: 6

Compression:

Stored size: 199 Bytes

Contents

RSpec.describe MobileWorkflowCli do
  it "has a version number" do
    expect(MobileWorkflowCli::VERSION).not_to be nil
  end

  it "does something useful" do
    expect(false).to eq(true)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mobile_workflow_cli-0.1.6 spec/mobile_workflow_cli_spec.rb
mobile_workflow_cli-0.1.4 spec/mobile_workflow_cli_spec.rb
mobile_workflow_cli-0.1.3 spec/mobile_workflow_cli_spec.rb
mobile_workflow_cli-0.1.2 spec/mobile_workflow_cli_spec.rb
mobile_workflow_cli-0.1.1 spec/mobile_workflow_cli_spec.rb
mobile_workflow_cli-0.1.0 spec/mobile_workflow_cli_spec.rb