summaryrefslogtreecommitdiff
path: root/test/toxbank-investigation-sparql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/toxbank-investigation-sparql.rb')
-rw-r--r--test/toxbank-investigation-sparql.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb
index 8ca8a91..5bc3ddd 100644
--- a/test/toxbank-investigation-sparql.rb
+++ b/test/toxbank-investigation-sparql.rb
@@ -3,7 +3,9 @@ require_relative "toxbank-setup.rb"
# Test API extension SPARQL templates
class TBSPARQLTest < MiniTest::Test
- i_suck_and_my_tests_are_order_dependent!
+ def self.test_order
+ :sorted
+ end
# login as pi and create a test investigation
def test_00_create_investigation
@@ -219,7 +221,9 @@ end
class TBSPARQLTestExtended < MiniTest::Test
- i_suck_and_my_tests_are_order_dependent!
+ def self.test_order
+ :sorted
+ end
# login as pi and create a test investigation
def test_00_create_investigation