Fix incorrect method names in actions specs
This commit is contained in:
parent
3c4bcc1a4b
commit
b6fb9bd811
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user