Sha256: d170216b2add8bcbdeca755d71a416ca5ac2c48f657cbfcaec6633264e320dad

Contents?: true

Size: 375 Bytes

Versions: 6

Compression:

Stored size: 375 Bytes

Contents

require "bundler/setup"
require "mobile_workflow_cli"

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

6 entries across 6 versions & 1 rubygems

Version Path
mobile_workflow_cli-0.1.6 spec/spec_helper.rb
mobile_workflow_cli-0.1.4 spec/spec_helper.rb
mobile_workflow_cli-0.1.3 spec/spec_helper.rb
mobile_workflow_cli-0.1.2 spec/spec_helper.rb
mobile_workflow_cli-0.1.1 spec/spec_helper.rb
mobile_workflow_cli-0.1.0 spec/spec_helper.rb