Skip to content

Commit

Permalink
Merge pull request #2 from bleything/add_tests
Browse files Browse the repository at this point in the history
add test suite
  • Loading branch information
tenderlove committed Dec 19, 2011
2 parents ca76153 + 036c19c commit b4914c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Manifest.txt
Expand Up @@ -4,3 +4,4 @@ Manifest.txt
README.rdoc
Rakefile
lib/fibur.rb
test/test_fibur.rb
8 changes: 8 additions & 0 deletions test/test_fibur.rb
@@ -0,0 +1,8 @@
require 'minitest/autorun'
require 'fibur'

describe Fibur do
it 'does what it says on the tin' do
assert_kind_of Thread, Fibur.new {}
end
end

0 comments on commit b4914c9

Please sign in to comment.