Skip to content

Instantly share code, notes, and snippets.

@doronshai
Created February 21, 2017 13:56
Show Gist options
  • Save doronshai/c9985c5dcf2dde1dbca437b78bb9466a to your computer and use it in GitHub Desktop.
Save doronshai/c9985c5dcf2dde1dbca437b78bb9466a to your computer and use it in GitHub Desktop.
require 'serverspec'
set :backend, :exec
describe file('/FILE_THAT_IS_CREATED_BY_THE_ROLE_UNDER_TEST.txt') do
it { should exist }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment