Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Aumann committed Jun 18, 2013
1 parent 2cb682b commit 06b3d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/default_spec.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'spec_helper'

# Replace USERNAME with your username!
describe 'USERNAME-myface::default' do
describe 'jaumann-myface::default' do
let(:chef_run) do
run = ChefSpec::ChefRunner.new(platform: 'ubuntu', version: '12.04')
run.converge('USERNAME-myface::default')
run.converge('jaumann-myface::default')
end

it 'installs apache2' do
Expand Down

0 comments on commit 06b3d01

Please sign in to comment.