# File lib/rubigen/helpers/generator_test_helper.rb, line 44 def assert_generated_file(path) assert_file_exists(path) File.open("#{APP_ROOT}/#{path}") do |f| yield f.read if block_given? end end