Skip to content

Commit

Permalink
Fix spec test to resolve sporadic test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaafitz committed Jul 19, 2018
1 parent ed20ef9 commit 9e140f4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
@stack.retirement_check
@stack.reload
expect(@stack.retirement_last_warn).not_to be_nil
expect(Time.now.utc - @stack.retirement_last_warn).to be < 30
end
end

Expand Down
1 change: 0 additions & 1 deletion spec/models/service/retirement_management_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
@service.retirement_check
@service.reload
expect(@service.retirement_last_warn).not_to be_nil
expect(Time.now.utc - @service.retirement_last_warn).to be < 30
end
end

Expand Down
1 change: 0 additions & 1 deletion spec/models/vm/retirement_management_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
@vm.retirement_check
@vm.reload
expect(@vm.retirement_last_warn).not_to be_nil
expect(Time.now.utc - @vm.retirement_last_warn).to be < 30
end
end

Expand Down

0 comments on commit 9e140f4

Please sign in to comment.