summaryrefslogtreecommitdiff
path: root/task.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 /task.rb
parent2824a2fdb2aa308ad77ead17ee6c7cba9c69ab46 (diff)
global setup/teardown, cucumber tests removed
Diffstat (limited to 'task.rb')
-rw-r--r--task.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/task.rb b/task.rb
index 3d4de65..1beb203 100644
--- a/task.rb
+++ b/task.rb
@@ -20,8 +20,9 @@ class TaskTest < Test::Unit::TestCase
def test_rdf
- task = OpenTox::Task.new OpenTox::Task.all.first
+ task = OpenTox::Task.new OpenTox::Task.all.last
validate_owl(task.uri)
+ #puts task.uri
end
=begin
=end