spec/integration/capistrano/template/helpers/paths_lookup_spec.rb in capistrano-template-0.0.7 vs spec/integration/capistrano/template/helpers/paths_lookup_spec.rb in capistrano-template-0.0.8
- old
+ new
@@ -1,10 +1,11 @@
require 'spec_helper'
module Capistrano
module Template
module Helpers
+ # rubocop: disable Metrics/BlockLength
describe PathsLookup do
subject do
PathsLookup.new(lookup_paths, context)
end
@@ -39,8 +40,9 @@
end
end
end
+ # rubocop: enable Metrics/BlockLength
end
end
end