Fix incorrect method names in actions specs

This commit is contained in:
Thibault Jouan 2014-10-09 14:40:58 +00:00
parent 3c4bcc1a4b
commit b6fb9bd811
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ module Producer::Core
it_behaves_like 'action' it_behaves_like 'action'
describe '#initialize' do describe '#setup' do
let(:options) { { mode: 0700, user: 'root' } } let(:options) { { mode: 0700, user: 'root' } }
it 'translates mode option as permissions' do it 'translates mode option as permissions' do

View File

@ -9,7 +9,7 @@ module Producer::Core
it_behaves_like 'action' it_behaves_like 'action'
describe '#initialize' do describe '#setup' do
let(:options) { { mode: 0700, user: 'root' } } let(:options) { { mode: 0700, user: 'root' } }
it 'translates mode option as permissions' do it 'translates mode option as permissions' do