Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Aug 25, 2010
1 parent 19c9760 commit f7d2f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bare_repository_test.rb
Expand Up @@ -8,7 +8,7 @@
FileUtils.rm_rf REPO
Dir.mkdir REPO

@repo = Gitrb::Repository.new(:path => REPO, :create => true)
@repo = Gitrb::Repository.new(:path => REPO, :create => true, :bare => true)
end

it 'should fail to initialize without a valid git repository' do
Expand Down

0 comments on commit f7d2f4b

Please sign in to comment.