Sha256: 916c5af9daa1742752a95b0be166c4bec4396bb3cebd08fef6e811babf53d568

Contents?: true

Size: 641 Bytes

Versions: 10

Compression:

Stored size: 641 Bytes

Contents

# frozen_string_literal: true

require 'bundler/setup'

require_relative '../lib/mtk_framework.rb'
require 'faker'

require_relative 'fake_app.rb'

# require shared files
require_relative 'gem_extensions/active_interaction/filters_shared.rb'
require_relative 'gem_extensions/active_interaction/tz_filters_shared.rb'

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  # config.example_status_persistence_file_path = ".rspec_status"

  # Disable RSpec exposing methods globally on `Module` and `main`
  # config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mtk_framework-1.0.1 spec/spec_helper.rb
mtk_framework-1.0.0 spec/spec_helper.rb
mtk_framework-0.1.7 spec/spec_helper.rb
mtk_framework-0.1.6 spec/spec_helper.rb
mtk_framework-0.1.5 spec/spec_helper.rb
mtk_framework-0.1.4 spec/spec_helper.rb
mtk_framework-0.1.3 spec/spec_helper.rb
mtk_framework-0.1.2 spec/spec_helper.rb
mtk_framework-0.1.1 spec/spec_helper.rb
mtk_framework-0.1.0 spec/spec_helper.rb