Sha256: a44c34edae6b70693f44b2cf32985e0493d81015c9469b42699efae744f76cc9

Contents?: true

Size: 361 Bytes

Versions: 14

Compression:

Stored size: 361 Bytes

Contents

require 'lisp/interpreter'

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

14 entries across 14 versions & 1 rubygems

Version Path
lisp-interpreter-0.5.5 spec/spec_helper.rb
lisp-interpreter-0.5.4 spec/spec_helper.rb
lisp-interpreter-0.5.3 spec/spec_helper.rb
lisp-interpreter-0.5.2 spec/spec_helper.rb
lisp-interpreter-0.5.1 spec/spec_helper.rb
lisp-interpreter-0.5.0 spec/spec_helper.rb
lisp-interpreter-0.4.4 spec/spec_helper.rb
lisp-interpreter-0.4.3 spec/spec_helper.rb
lisp-interpreter-0.4.2 spec/spec_helper.rb
lisp-interpreter-0.4.1 spec/spec_helper.rb
lisp-interpreter-0.4.0 spec/spec_helper.rb
lisp-interpreter-0.3.5 spec/spec_helper.rb
lisp-interpreter-0.3.4 spec/spec_helper.rb
lisp-interpreter-0.3.3 spec/spec_helper.rb