module GorillaTest::ViewHelper

Public Instance Methods

gorilla_test_script() click to toggle source
# File lib/gorilla_test/view_helper.rb, line 7
def gorilla_test_script
  javascript_include_tag("https://www.gorillatest.com/assets/recordv2.js", data: {project_id: GorillaTest.configuration.project_id,
                                                                                  api_key:    GorillaTest.configuration.api_key})


end