mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
10 lines
207 B
Ruby
10 lines
207 B
Ruby
|
|
module SeleniumHelper
|
||
|
|
include SeleniumOnRails::SuiteRenderer
|
||
|
|
include SeleniumOnRails::FixtureLoader
|
||
|
|
|
||
|
|
def test_case_name filename
|
||
|
|
File.basename(filename).sub(/\..*/,'').humanize
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|