summaryrefslogtreecommitdiff
path: root/features/step_definitions.rb
AgeCommit message (Expand)Author
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-01-23resolves #2995 use methods on File class instead of IO class (PR #2999)Dan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2017-07-01rework cucumber step definitionsDan Allen
2017-06-25simplify line mapper in helper for feature testsDan Allen
2017-06-25configure Slim in feature tests to not escape or sort attributesDan Allen
2017-06-25configure Slim in feature tests to use html as format instead of deprecated h...Dan Allen
2017-05-18use IO.write instead of File.open w/ blockDan Allen
2014-11-23add UTF-8 encoding header to all Ruby files with logicDan Allen
2014-11-10enable CI reportsDan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2013-10-25improvement to Cucumber test infrastructureDan Allen
2013-10-25resolves #731 add initial Cucumber test infrastructureDan Allen