# File frankenstein_driver_test.rb, line 23 def test_creates_tree_path_with_regex select_tree("tree",/.*/,"two","three") assert_equal("select_tree \"tree\",\"regex:.*\",\"two\",\"three\"\n", @script) end