diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spin_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spin_spec.rb b/spec/spin_spec.rb index 1350d19..1c87e49 100644 --- a/spec/spin_spec.rb +++ b/spec/spin_spec.rb @@ -111,6 +111,7 @@ describe EvenDoors::Spin do spin.spin! dom0 = EvenDoors::Spin.resume! spin.hibernate_path dom0.name.should eql spin.name + File.unlink dom0.hibernate_path end # end |