Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Fix test loader
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-k committed Apr 10, 2019
1 parent 12796a9 commit 3e31f8b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ end

group :test do
gem "mocha"
gem "test-unit"
end
13 changes: 10 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
PATH
remote: .
specs:
uuid (2.3.7)
uuid (2.3.9)
macaddr (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
macaddr (1.6.7)
macaddr (1.7.1)
systemu (~> 2.6.2)
mocha (0.9.12)
power_assert (1.1.4)
rake (0.8.7)
systemu (2.6.4)
systemu (2.6.5)
test-unit (3.3.1)
power_assert
yard (0.6.7)

PLATFORMS
Expand All @@ -20,5 +23,9 @@ PLATFORMS
DEPENDENCIES
mocha
rake
test-unit
uuid!
yard

BUNDLED WITH
1.17.2
4 changes: 2 additions & 2 deletions test/test-uuid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

require 'test/unit'
require 'rubygems'
require 'uuid'
require 'mocha'
load File.join(File.dirname(__FILE__), '../lib/uuid.rb')
require 'mocha/test_unit'

class TestUUID < Test::Unit::TestCase

Expand Down

0 comments on commit 3e31f8b

Please sign in to comment.