Use new rspec metadata arguments as symbol

This commit is contained in:
Thibault Jouan
2013-08-06 18:34:53 +00:00
parent cff122432b
commit 580ad66bab
2 changed files with 5 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ module Producer::Core
end
end
describe '#execute', type: :ssh do
describe '#execute', :ssh do
let(:args) { 'some remote command'}
let(:command) { "echo #{args}" }