Skip to content

Commit

Permalink
fpm alreay included in spec_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
r4um committed Dec 1, 2012
1 parent 4ac4835 commit 5eec509
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion spec/fpm/package/dir_spec.rb
@@ -1,5 +1,4 @@
require "spec_setup"
require "fpm" # local

describe FPM::Package::Dir do
before :each do
Expand Down
1 change: 0 additions & 1 deletion spec/fpm/package/gem_spec.rb
@@ -1,5 +1,4 @@
require "spec_setup"
require "fpm" # local

have_gem = program_in_path?("gem")
if !have_gem
Expand Down
1 change: 0 additions & 1 deletion spec/fpm/package/python_spec.rb
@@ -1,5 +1,4 @@
require "spec_setup"
require "fpm" # local

def python_usable?
return program_in_path?("python") && program_in_path?("easy_install")
Expand Down
1 change: 0 additions & 1 deletion spec/fpm/package/rpm_spec.rb
@@ -1,5 +1,4 @@
require "spec_setup"
require "fpm" # local
require "arr-pm/file" # gem 'arr-pm'

if !program_in_path?("rpmbuild")
Expand Down
1 change: 0 additions & 1 deletion spec/fpm/package_spec.rb
@@ -1,5 +1,4 @@
require "spec_setup"
require "fpm" # local

describe FPM::Package do
before :each do
Expand Down

0 comments on commit 5eec509

Please sign in to comment.