Skip to content

Commit

Permalink
adjust specs for changed assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Porter authored and Carlos Sanchez committed Jun 5, 2013
1 parent f3b2991 commit 0d0bf74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/classes/system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

describe 'rvm::system' do

# assume RVM is already installed
let(:facts) {{ :rvm_version => '1.10.0' }}

context "default parameters" do
it { should_not contain_exec('system-rvm-get') }
end
Expand Down

0 comments on commit 0d0bf74

Please sign in to comment.