Skip to content

Commit

Permalink
file cleanup and instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodlingDev committed Dec 15, 2024
1 parent cecf7e6 commit 2ecf9fc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 0 additions & 4 deletions sig/testzed.rbs

This file was deleted.

5 changes: 5 additions & 0 deletions test/lib/testzed/client_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require "minitest/autorun"
require_relative "../lib/testzed"

class ClientTest < Minitest::Test
end
5 changes: 5 additions & 0 deletions test/lib/testzed/schema_test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require "minitest/autorun"
require_relative "../lib/testzed"

class SchemaTest < Minitest::Test
end
2 changes: 1 addition & 1 deletion test/lib/testzed/client.rb → test/testzed_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "minitest/autorun"
require_relative "../lib/testzed.rb"
require_relative "../lib/testzed"

module Testzed
def test_that_it_has_a_version_number
Expand Down

0 comments on commit 2ecf9fc

Please sign in to comment.