spec/lib/fourchette/tarball_spec.rb in fourchette-0.0.7 vs spec/lib/fourchette/tarball_spec.rb in fourchette-0.0.8

- old
+ new

@@ -31,10 +31,10 @@ subject.url(git_repo_url, branch_name, github_repo) end it 'creates the tarball' do subject.unstub(:tar) - subject.should_receive(:system).with 'tar -zcvf tmp/1234567/123.tar.gz -C tmp/1234567 .' + subject.should_receive(:system).with 'tar -zcf tmp/1234567/123.tar.gz -C tmp/1234567 .' subject.url(git_repo_url, branch_name, github_repo) end end describe '#filepath' do \ No newline at end of file