From 3ab60221383147b020b1539522e8fc3d446c7e6f Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 9 Apr 2013 22:06:55 -0300 Subject: [PATCH] Copy and paste is evil --- spec/unit/driver_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/driver_spec.rb b/spec/unit/driver_spec.rb index ae2b04e..6f8e984 100644 --- a/spec/unit/driver_spec.rb +++ b/spec/unit/driver_spec.rb @@ -134,7 +134,7 @@ describe Vagrant::LXC::Driver do subject { described_class.new(name, cli) } context 'when ip for eth0 gets returned from lxc-attach call' do - it 'gets parsed from ifconfig output' do + it 'gets parsed from `ip addr` output' do subject.assigned_ip.should == ip cli.should have_received(:attach).with( '/sbin/ip',