selenium_helper.rb 207 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module SeleniumHelper include SeleniumOnRails::SuiteRenderer include SeleniumOnRails::FixtureLoader def test_case_name filename File.basename(filename).sub(/\..*/,'').humanize end end