Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dreier committed Dec 1, 2014
1 parent f251221 commit 50f54ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe 'example' do
# etc
describe "example class without any parameters on #{name}" do
let(:params) {{ }}
let(:facts) { facthash } # the facter output you sent in above is now available in rspec
let(:facts) { facthash } # the fact hash from puppet_spec_facts is now available for rspec tests

it { should compile.with_all_deps }
end
Expand Down

0 comments on commit 50f54ac

Please sign in to comment.