Skip to content

Commit

Permalink
Running test should installl gem and clean zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed May 2, 2014
1 parent a5e2df2 commit ef86fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -34,6 +34,7 @@ CLEAN.include FileList['*.dat*']
CLEAN.include FileList['*.tar.gz']
CLEAN.include FileList['*.txt.*']
CLEAN.include FileList['*.csv.*']
CLEAN.include FileList['*.zip.*']
CLEAN.include FileList['ruby*.tmp']
CLEAN.include FileList['data/download']
CLEAN.include FileList['duplicate_ean13_from_zur_rose.txt']
2 changes: 1 addition & 1 deletion test_options.rb
Expand Up @@ -30,7 +30,7 @@ def test_one_call(cmd)
end

def prepare_for_gem_test
[ "rake clean gem" , # build our gem first
[ "rake clean gem install" , # build and install our gem first
# "gem uninstall --all --ignore-dependencies --executables",
"gem install pkg/*.gem"
].each {
Expand Down

0 comments on commit ef86fd2

Please sign in to comment.