Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix test run

+1 -1
+1 -1
.github/workflows/ruby.yml
··· 26 26 - name: Run Rubocop 27 27 run: bundle exec rubocop 28 28 - name: Quickdraw tests 29 - run: bundle exec qt 29 + run: bundle exec qt "./test/**/*.test.rb"
lib/literal.test.rb test/literal.test.rb