Skip to content

Commit

Permalink
Fix owner spec to use ENV['HOME']
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Sep 6, 2011
1 parent 7c93c43 commit 413c1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/file_spec.rb
Expand Up @@ -8,6 +8,6 @@
it { should_not exist }
end

describe file("/Users/wfarr/.gitconfig") do
describe file("#{ENV['HOME']}/.gitconfig") do
it { should have_owner(ENV['USER']) }
end
end

0 comments on commit 413c1da

Please sign in to comment.