Sha256: 5d9498f9f2f3ff8ba8d88658e343cb4c142e435ee943b52b1272e227ae88fd6f

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

# This class represents a minimal working service, without the use of any of the Shapewear specific DSL.
# It is used to test the Convention-over-Configuration-ness of Shapewear.
class MinimalWorkingService
  include Shapewear

  def hello_world
    "hello"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shapewear-0.0.3 spec/shapewear/service_definitions/minimal_working_service.rb