summaryrefslogtreecommitdiff
path: root/test/feature.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-10-07 13:34:22 +0200
committerChristoph Helma <helma@in-silico.ch>2016-10-07 13:34:22 +0200
commit398a59885845a49cfda4b37b7058f8a47d11c6d2 (patch)
treeba62338db6aa5d0a9c8fc4b666e445d6e94417ee /test/feature.rb
parent91787edb3682900bc5a2feeca66e5142f387fcc6 (diff)
remaining tests fixed
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 1e640ad..533ac0f 100644
--- a/test/feature.rb
+++ b/test/feature.rb
@@ -32,7 +32,6 @@ class FeatureTest < MiniTest::Test
def test_duplicated_features
metadata = {
:name => "feature duplication test",
- :nominal => true,
}
feature = NumericFeature.find_or_create_by metadata
dup_feature = NumericFeature.find_or_create_by metadata