Sha256: c92e6bab871d1ec1d56125cd06f5367722c5b0cbb5c2c7faaedf91084c098c6e

Contents?: true

Size: 202 Bytes

Versions: 12

Compression:

Stored size: 202 Bytes

Contents

require 'lucid/formatter/usage'

module Lucid
  module Formatter
    class Testdefs < Usage
      def print_steps(stepdef_key)
      end

      def max_step_length
        0
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
lucid-0.5.1 lib/lucid/formatter/testdefs.rb
lucid-0.4.1 lib/lucid/formatter/testdefs.rb
lucid-0.4.0 lib/lucid/formatter/testdefs.rb
lucid-0.3.3 lib/lucid/formatter/testdefs.rb
lucid-0.3.0 lib/lucid/formatter/testdefs.rb
lucid-0.2.1 lib/lucid/formatter/testdefs.rb
lucid-0.2.0 lib/lucid/formatter/testdefs.rb
lucid-0.1.1 lib/lucid/formatter/testdefs.rb
lucid-0.1.0 lib/lucid/formatter/testdefs.rb
lucid-0.0.9 lib/lucid/formatter/testdefs.rb
lucid-0.0.8 lib/lucid/formatter/testdefs.rb
lucid-0.0.7 lib/lucid/formatter/testdefs.rb