Fix incorrect method names in actions specs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user