class SelfSysteem::Generators::TestGenerator

Public Instance Methods

add_test_and_support() click to toggle source
# File lib/generators/self_systeem/test_generator.rb, line 9
def add_test_and_support
  copy_file "systeem_config.rb", SelfSysteem.test_dir + "/system/support/systeem_config.rb"
  copy_file "systeem_" + SelfSysteem.test_framework + ".rb", SelfSysteem.test_dir + "/system/systeem_" + SelfSysteem.test_dir + ".rb"
end