summaryrefslogtreecommitdiffstats
path: root/vagrant.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2014-11-04 09:54:53 +0100
committerVít Ondruch <vondruch@redhat.com>2015-01-21 12:53:02 +0100
commit47592c12082f85a374138b2653e0011758322f84 (patch)
treec9fce1e815742e335182a69e654b041df3b77ba8 /vagrant.spec
parent0c8a4138cd2d72cd7252340735010d0b84f69e4f (diff)
downloadfedora-vagrant-47592c12082f85a374138b2653e0011758322f84.tar.gz
fedora-vagrant-47592c12082f85a374138b2653e0011758322f84.tar.xz
fedora-vagrant-47592c12082f85a374138b2653e0011758322f84.zip
Re-enable development dependencies.
It seems they are loaded in runtime just by accident, so this should be fixed probably in Bundler.
Diffstat (limited to 'vagrant.spec')
-rw-r--r--vagrant.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/vagrant.spec b/vagrant.spec
index cf79b82..6522229 100644
--- a/vagrant.spec
+++ b/vagrant.spec
@@ -140,11 +140,6 @@ mv ../vagrant-spec{-master,}
# Remove the git reference, which is useless in our case.
sed -i '/git/ s/^/#/' ../vagrant-spec/vagrant-spec.gemspec
-# Re-enable development dependencies for tests ...
-sed -i '/development/ s/#//' vagrant.gemspec
-# ... except contest which is not in Fedora yet.
-sed -i '/contest/ s/^/#/' vagrant.gemspec
-
# TODO: winrm is not in Fedora yet.
rm -rf test/unit/plugins/communicators/winrm
sed -i '/it "eager loads WinRM" do/,/^ end$/ s/^/#/' test/unit/vagrant/machine_test.rb