lib/mutx/results/result.rb in mutx-0.1.16 vs lib/mutx/results/result.rb in mutx-0.1.17
- old
+ new
@@ -449,10 +449,10 @@
mark_last_check_time
self.save!
end
def is_running?
- @status =~ /running|stated/i
+ @status =~ /running|started/i
end
def started?
@status == "started"
\ No newline at end of file