summaryrefslogtreecommitdiff
path: root/test/feature.rb
diff options
context:
space:
mode:
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)