add some tests for RubyAlgebra::Parser

This commit is contained in:
2026-03-23 11:11:14 +03:00
parent b4319a41f4
commit 4a86e653d5
3 changed files with 72 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
# frozen_string_literal: true
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task default: %i[]