test/unit/git_test.rb in vigetlabs-provisional-2.0.3 vs test/unit/git_test.rb in vigetlabs-provisional-2.1.0

- old
+ new

@@ -4,12 +4,11 @@ class GitTest < Test::Unit::TestCase def setup @scm = Provisional::SCM::Git.new( { - :name => 'name', - :template_path => 'template_path', - :rails => 'rails' + 'name' => 'name', + 'template_path' => 'template_path' } ) end def test_gitignore