lib/assert_value.rb in assert_value-1.4 vs lib/assert_value.rb in assert_value-1.4.1

- old
+ new

@@ -224,10 +224,10 @@ log_file = File.expand_path(log_file, Dir.pwd) end expected = File.exists?(log_file) ? File.read(log_file) : "" change = :update_file_with_expected_string else - internal_error("Invalid expected class #{excepted.class}") + internal_error("Invalid expected class #{expected.class}") end # interactive mode is turned on by default, except when # - --no-interactive is given # - CIRCLECI is set (CircleCI captures test output, but doesn't interact with user)