Sha256: 0f60b30480521d610a50f2d6d702611e49d2dcbfc9f38817e4cc32ae7ccd96f9

Contents?: true

Size: 448 Bytes

Versions: 13

Compression:

Stored size: 448 Bytes

Contents

# frozen_string_literal: true

require 'bundler/setup'
require 'helpers/config_helper'

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

13 entries across 13 versions & 3 rubygems

Version Path
fusuma-plugin-wmctrl-1.3.0 spec/spec_helper.rb
fusuma-plugin-wmctrl-1.2.0 spec/spec_helper.rb
fusuma-plugin-wmctrl-1.1.0 spec/spec_helper.rb
fusuma-plugin-keypress-0.5.0 spec/spec_helper.rb
fusuma-plugin-sendkey-0.6.4 spec/spec_helper.rb
fusuma-plugin-keypress-0.4.2 spec/spec_helper.rb
fusuma-plugin-sendkey-0.6.3 spec/spec_helper.rb
fusuma-plugin-wmctrl-1.0.1 spec/spec_helper.rb
fusuma-plugin-wmctrl-1.0.0 spec/spec_helper.rb
fusuma-plugin-sendkey-0.6.2 spec/spec_helper.rb
fusuma-plugin-wmctrl-0.4.3 spec/spec_helper.rb
fusuma-plugin-wmctrl-0.4.2 spec/spec_helper.rb
fusuma-plugin-keypress-0.4.1 spec/spec_helper.rb