Sha256: 100b5edebc82e43a8a1de24ce6be514f9e2928f7188f6a1e619e7b365c2582c8

Contents?: true

Size: 535 Bytes

Versions: 5

Compression:

Stored size: 535 Bytes

Contents

require 'spec_helper'
module Quickl
  module Fixtures

    #
    # This is a fixtures helper that matches documentation conventions.
    #
    # This is a second paragraph
    # That append on two lines
    #
    #
    # WARNING:
    #   This kind of indentation should not be interpreted as code
    #
    #   But this one yes
    #
    module RubyTools
    end # module RubyTools
    
    #
    # This is the documentation of the Utils module
    #
    module Utils
    end # module Utils

  end # module Fixtures
end # module Quickl

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
quickl-0.4.3 spec/ruby_tools/fixtures.rb
quickl-0.4.2 spec/ruby_tools/fixtures.rb
quickl-0.4.1 spec/ruby_tools/fixtures.rb
quickl-0.4.0 spec/ruby_tools/fixtures.rb
quickl-0.3.0 spec/ruby_tools/fixtures.rb