From f147ce7d65ebb72dd4c7a733b56dbed3590ce5ac Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 21 Jan 2014 15:49:36 +0000 Subject: [PATCH] Fix some indentation in FileWriter spec --- spec/producer/core/actions/file_writer_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/producer/core/actions/file_writer_spec.rb b/spec/producer/core/actions/file_writer_spec.rb index d46c47b..de4ad84 100644 --- a/spec/producer/core/actions/file_writer_spec.rb +++ b/spec/producer/core/actions/file_writer_spec.rb @@ -2,10 +2,10 @@ require 'spec_helper' module Producer::Core describe Actions::FileWriter do - let(:env) { Env.new } - let(:path) { 'some_path' } - let(:content) { 'some_content' } - subject(:writer) { Actions::FileWriter.new(env, path, content) } + let(:env) { Env.new } + let(:path) { 'some_path' } + let(:content) { 'some_content' } + subject(:writer) { Actions::FileWriter.new(env, path, content) } describe '#apply' do it 'writes content to file on remote filesystem' do