diff options
author | Vít Ondruch <vondruch@redhat.com> | 2014-11-04 09:54:53 +0100 |
---|---|---|
committer | Vít Ondruch <vondruch@redhat.com> | 2015-01-21 12:53:02 +0100 |
commit | 47592c12082f85a374138b2653e0011758322f84 (patch) | |
tree | c9fce1e815742e335182a69e654b041df3b77ba8 /vagrant.spec | |
parent | 0c8a4138cd2d72cd7252340735010d0b84f69e4f (diff) | |
download | fedora-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.spec | 5 |
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 |