summaryrefslogtreecommitdiff
path: root/test/feature.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-07-19 21:24:41 +0200
committerChristoph Helma <helma@in-silico.ch>2015-07-19 21:24:41 +0200
commit546d4ac32cb064d678696aea67984adf63178d20 (patch)
tree3b4a412bf472b3f450c0e1d8d7aa3aa45840c952 /test/feature.rb
parent2b3faa2e52307a76ce25becfb4158ea6752fb870 (diff)
lazar predictions working in principle
Diffstat (limited to 'test/feature.rb')
-rw-r--r--test/feature.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/feature.rb b/test/feature.rb
index 7fa266b..da7437a 100644
--- a/test/feature.rb
+++ b/test/feature.rb
@@ -11,7 +11,6 @@ class FeatureTest < MiniTest::Test
list = OpenTox::Feature.all
listsize1 = list.length
- p list
assert_equal true, list.collect{|f| f.id}.include?(@feature.id)
# modify feature
@feature2 = OpenTox::Feature.find(@feature.id)