Sha256: c2b56d54a8a88c082bc76340571760141192c0537b4de47254383aede25a28a4

Contents?: true

Size: 451 Bytes

Versions: 4

Compression:

Stored size: 451 Bytes

Contents

# frozen_string_literal: true

require 'bundler/setup'
require 'helpers/config_helper.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

  config.include(Fusuma::ConfigHelper)
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
fusuma-plugin-tap-0.4.2 spec/spec_helper.rb
fusuma-plugin-sendkey-0.6.1 spec/spec_helper.rb
fusuma-plugin-wmctrl-0.4.1 spec/spec_helper.rb
fusuma-plugin-tap-0.4.1 spec/spec_helper.rb