We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8c8b1 commit 401ca77Copy full SHA for 401ca77
2 files changed
config/external.yaml
@@ -0,0 +1,3 @@
1
+utopia-project:
2
+ url: https://github.com/socketry/utopia-project
3
+ command: bundle exec sus
config/sus.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+# Released under the MIT License.
4
+# Copyright, 2024, by Samuel Williams.
5
6
+$LOAD_PATH << ::File.expand_path("../ext", __dir__)
7
8
+require "covered/sus"
9
+include Covered::Sus
0 commit comments