lib/roku_builder/tester.rb in roku_builder-3.3.3 vs lib/roku_builder/tester.rb in roku_builder-3.3.4
- old
+ new
@@ -3,9 +3,10 @@
# Method for running unit tests
# This is intended to be used with the brstest librbary but should work
# with other testing libraries
class Tester < Util
+ # Initialize starting and ending regular expressions
def init()
@end_reg = /\*\*\*\*\* ENDING TESTS \*\*\*\*\*/
@start_reg = /\*\*\*\*\* STARTING TESTS \*\*\*\*\*/
end