Copy and paste is evil
This commit is contained in:
parent
dd5c1b1c6b
commit
3ab6022138
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue