Fix some indentation in FileWriter spec
This commit is contained in:
parent
0b4df20f55
commit
f147ce7d65
@ -2,10 +2,10 @@ require 'spec_helper'
|
|||||||
|
|
||||||
module Producer::Core
|
module Producer::Core
|
||||||
describe Actions::FileWriter do
|
describe Actions::FileWriter do
|
||||||
let(:env) { Env.new }
|
let(:env) { Env.new }
|
||||||
let(:path) { 'some_path' }
|
let(:path) { 'some_path' }
|
||||||
let(:content) { 'some_content' }
|
let(:content) { 'some_content' }
|
||||||
subject(:writer) { Actions::FileWriter.new(env, path, content) }
|
subject(:writer) { Actions::FileWriter.new(env, path, content) }
|
||||||
|
|
||||||
describe '#apply' do
|
describe '#apply' do
|
||||||
it 'writes content to file on remote filesystem' do
|
it 'writes content to file on remote filesystem' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user