Rakefile in pipeline-0.0.6 vs Rakefile in pipeline-0.0.7

- old
+ new

@@ -75,10 +75,10 @@ desc "Run Synthesis on specs" Synthesis::Task.new("spec:synthesis") do |t| t.adapter = :rspec t.pattern = 'spec/**/*_spec.rb' - t.ignored = ['Pipeline::FakePipeline', 'Delayed::Job'] + t.ignored = ['Pipeline::FakePipeline', 'Delayed::Job', 'SampleStage', 'Logger'] end rescue LoadError desc 'Synthesis rake task not available' task "spec:synthesis" do abort 'Synthesis rake task is not available. Be sure to install synthesis as a gem'