spec/spec_helper.rb in gush-2.0.0 vs spec/spec_helper.rb in gush-2.0.1
- old
+ new
@@ -12,10 +12,10 @@
class PersistFirstJob < Gush::Job; end
class PersistSecondJob < Gush::Job; end
class NormalizeJob < Gush::Job; end
class BobJob < Gush::Job; end
-GUSHFILE = Pathname.new(__FILE__).parent.join("Gushfile")
+GUSHFILE = Pathname.new(__FILE__).parent.join("Gushfile")
class TestWorkflow < Gush::Workflow
def configure
run Prepare