spec/sprinkle/installers/gem_spec.rb in sprinkle-0.1.5 vs spec/sprinkle/installers/gem_spec.rb in sprinkle-0.1.6

- old
+ new

@@ -67,9 +67,9 @@ it 'should install a specific version if defined' do @installer.send(:install_commands).should == "gem install #{@gem} --version '#{@version}'" end end - + end end