Skip to content

Commit

Permalink
Add mising require statement so systems spec can be run standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuga committed Jan 19, 2010
1 parent dc015eb commit 82ebe4d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/systems.spec
@@ -1,4 +1,7 @@
require 'quantity'


# This is by no means comprehensive, just to make sure that we are loading
# units based on the planned require x/y/z syntax.


describe Quantity::Dimension do describe Quantity::Dimension do
it "should have the base dimensional units available" do it "should have the base dimensional units available" do
Expand All @@ -21,8 +24,8 @@ describe Quantity::Unit do
end end


it "should blow up the world" do it "should blow up the world" do
#Quantity::Unit.__reset! Quantity::Unit.__reset!
#Quantity::Dimension.__reset! Quantity::Dimension.__reset!
end end


end end

0 comments on commit 82ebe4d

Please sign in to comment.