# File lib/rest_test.rb, line 343
  def run testfile
    File.open testfile do |file|
      eval( file.read, @context.get_binding )
    end

    @context.print_summary
  end