module TTNT
Test This, Not That!
See {file:README.md} for more details.
Constants
- VERSION
Public Class Methods
root_dir()
click to toggle source
# File lib/ttnt/internals.rb, line 5 def root_dir @@root_dir ||= Rake.application.find_rakefile_location[1] end
root_dir=(dir)
click to toggle source
# File lib/ttnt/internals.rb, line 9 def root_dir=(dir) @@root_dir = dir end