Something like Datalog in Ruby. Aries a placeholder name, can't think of something clever right now.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

16 linhas
368B

  1. # frozen_string_literal: true
  2. require "aries"
  3. RSpec.configure do |config|
  4. # Enable flags like --only-failures and --next-failure
  5. config.example_status_persistence_file_path = ".rspec_status"
  6. # Disable RSpec exposing methods globally on `Module` and `main`
  7. config.disable_monkey_patching!
  8. config.expect_with :rspec do |c|
  9. c.syntax = :expect
  10. end
  11. end