I know. This is discouraged. For reasons I won\'t get into, I need to run my tests in the order they are written. According to the documentation, if my test class (we\'ll c
I think that the method *test_order* should be a class method and not a instance method like so:
# tests are order dependent def self.test_order :alpha end