test/repl.rb in runeblog-0.0.58 vs test/repl.rb in runeblog-0.0.59

- old
+ new

@@ -7,10 +7,10 @@ class TestREPL < Minitest::Test include RuneBlog::REPL def setup Dir.chdir("/Users/Hal/Dropbox/files/blog") # temp code!! - @blog ||= open_blog + @blog = open_blog end def test_001_cmd_help out = cmd_help(nil) assert out.is_a?(String), "Expected a string returned"