summaryrefslogtreecommitdiff
path: root/feature.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-23 16:44:01 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-23 16:44:01 +0100
commit3f73837d5f7eaca5e58844c8151d8387d1fab016 (patch)
treeab48563dc366e0f3228b31d2decc504c9d659b28 /feature.rb
parent2824a2fdb2aa308ad77ead17ee6c7cba9c69ab46 (diff)
global setup/teardown, cucumber tests removed
Diffstat (limited to 'feature.rb')
-rw-r--r--feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/feature.rb b/feature.rb
index 3b39fa9..15ae4c9 100644
--- a/feature.rb
+++ b/feature.rb
@@ -7,7 +7,7 @@ class FeatureTest < Test::Unit::TestCase
def setup
@features = [
- "http://localhost/dataset/1/feature/Hamster%20Carcinogenicity",
+ @@classification_training_dataset.features.keys.first,
"http://apps.ideaconsult.net:8080/ambit2/feature/35796"
]
end