Sha256: af78a59d20bcf740c3d89041864da1b3a0c5bd1de779b8b8637c5e2d7d532e95

Contents?: true

Size: 258 Bytes

Versions: 9

Compression:

Stored size: 258 Bytes

Contents

class Fourchette::Callbacks
  include Fourchette::Logger

  def initialize params
    @params = params
  end

  def before_all
    logger.info 'Placeholder for before steps...'
  end

  def after_all
    logger.info 'Placeholder for after steps...'
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fourchette-0.1.4 lib/fourchette/callbacks.rb
fourchette-0.1.3 lib/fourchette/callbacks.rb
fourchette-0.1.2 lib/fourchette/callbacks.rb
fourchette-0.1.1 lib/fourchette/callbacks.rb
fourchette-0.1.0 lib/fourchette/callbacks.rb
fourchette-0.0.8 lib/fourchette/callbacks.rb
fourchette-0.0.7 lib/fourchette/callbacks.rb
fourchette-0.0.6 lib/fourchette/callbacks.rb
fourchette-0.0.5 lib/fourchette/callbacks.rb