Something like Datalog in Ruby. Aries a placeholder name, can't think of something clever right now.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 line
206B

  1. # frozen_string_literal: true
  2. RSpec.describe Aries do
  3. it "has a version number" do
  4. expect(Aries::VERSION).not_to be nil
  5. end
  6. it "does something useful" do
  7. expect(false).to eq(true)
  8. end
  9. end