diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-14 09:13:48 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-14 09:13:48 +0200 |
commit | 9b0345674b05b992b47423d91d56015cf295b950 (patch) | |
tree | 60c3530ceb05fe53a4e3493ca9b455e825610de3 | |
parent | b05b24be3e56a9283161f711d314542beba2f9a5 (diff) | |
download | edoors-ruby-9b0345674b05b992b47423d91d56015cf295b950.zip edoors-ruby-9b0345674b05b992b47423d91d56015cf295b950.tar.gz |
specs: Spin clean hibernate json file
-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 |