class Rails::AppBuilder

def system_test

def system_test
  empty_directory_with_keep_file "test/system"
  template "test/application_system_test_case.rb"
end