Sha256: 2199e4d3083105b2525e005cda4df6d984adf153191afa6a3ffa4ebb365b8a26

Contents?: true

Size: 263 Bytes

Versions: 7

Compression:

Stored size: 263 Bytes

Contents

module CommandHelpers
  def commands
    CommandInterceptor.commands
  end
end

RSpec.configure do |config|
  config.include(CommandHelpers)

  config.before(:suite) do
    CommandInterceptor.setup
  end

  config.before do
    CommandInterceptor.reset
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
daqing_figaro-1.2.1 spec/support/command_helpers.rb
figaro-1.2.0 spec/support/command_helpers.rb
seielit-figaro-1.1.2 spec/support/command_helpers.rb
figaro-1.1.1 spec/support/command_helpers.rb
figaro-1.1.0 spec/support/command_helpers.rb
figaro-1.0.0 spec/support/command_helpers.rb
figaro-1.0.0.rc1 spec/support/command_helpers.rb