lib/handcuffs/errors.rb in handcuffs-1.4.1 vs lib/handcuffs/errors.rb in handcuffs-2.0.0
- old
+ new
@@ -42,10 +42,10 @@
end
class HandcuffsPhaseOutOfOrderError < HandcuffsError
def initialize(not_run_phase, attempted_phase)
msg = <<-MESSAGE
- Your tried to run #{attempted_phase.to_s}, but #{not_run_phase.to_s} has not been run
+ You tried to run #{attempted_phase.to_s}, but #{not_run_phase.to_s} has not been run
MESSAGE
super msg
end
end