Sha256: b77dce5da61e85e16bd28484ae65aba2f11d8330ab1090565b273252d254bee0

Contents?: true

Size: 148 Bytes

Versions: 15

Compression:

Stored size: 148 Bytes

Contents

require 'spec_helper'

describe MB::Cli::Shell::Ext do
  subject do
    Class.new do
      include MB::Cli::Shell::Ext
    end
  end

  pending
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
motherbrain-1.5.0 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.4.0 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.3.0 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.2.1 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.2.0 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.1.3 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.1.2 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.1.1 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.1.0 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-1.0.0 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-0.14.5 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-0.14.4 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-0.14.3 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-0.14.2 spec/unit/mb/cli/shell/ext_spec.rb
motherbrain-0.13.1 spec/unit/mb/cli/shell/ext_spec.rb