Skip to content

Commit

Permalink
Fix testing require files
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed May 31, 2016
1 parent 0320360 commit 749dea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/type_struct/array_of_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "type_struct/array_of"
require "type_struct/ext"

module ArrayOfTest
def test_initialize(t)
Expand Down
2 changes: 1 addition & 1 deletion lib/type_struct/hash_of_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "type_struct/hash_of"
require "type_struct/ext"

module HashOfTest
def test_initialize(t)
Expand Down
2 changes: 1 addition & 1 deletion lib/type_struct/interface_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "type_struct/interface"
require "type_struct"

module InterfaceTest
Interface = TypeStruct::Interface
Expand Down

0 comments on commit 749dea4

Please sign in to comment.