summaryrefslogtreecommitdiff
path: root/model.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-01-28 18:11:15 +0100
committerChristoph Helma <helma@in-silico.ch>2011-01-28 18:11:15 +0100
commit545f4f9e511d8e39a808a1c24de37eb33d2f026e (patch)
tree7b61495456fe22356e1a8a8e85e3e774878d5af2 /model.rb
parent5f0d5b9ffa13f54b52fa0a41dd2d7f2ab55978f5 (diff)
auth added
Diffstat (limited to 'model.rb')
-rw-r--r--model.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.rb b/model.rb
index c1832fd..098ed5f 100644
--- a/model.rb
+++ b/model.rb
@@ -17,7 +17,7 @@ class ModelTest < Test::Unit::TestCase
def test_metadata
@models.each do |model|
- puts model
+ #puts model
validate_owl(model)
end
end