mirror of
https://github.com/zhigang1992/boxen.git
synced 2026-01-12 22:46:11 +08:00
spike test
This commit is contained in:
12
test/boxen_keychain_test.rb
Normal file
12
test/boxen_keychain_test.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
require "boxen/test"
|
||||
require "boxen/keychain"
|
||||
|
||||
class BoxenKeychainTest < Boxen::Test
|
||||
def setup
|
||||
@keychain = Boxen::Keychain.new('test')
|
||||
end
|
||||
|
||||
def test_true
|
||||
assert true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user