class Rockstart::TestingGenerator

Public Instance Methods

add_dotenv() click to toggle source
# File lib/generators/rockstart/testing/testing_generator.rb, line 13
def add_dotenv
  generate "rockstart:testing:env", devise_option, auth0_option
end
install_rspec() click to toggle source
# File lib/generators/rockstart/testing/testing_generator.rb, line 21
def install_rspec
  generate "rockstart:testing:rspec"
end
install_simplecov() click to toggle source
# File lib/generators/rockstart/testing/testing_generator.rb, line 17
def install_simplecov
  generate "rockstart:testing:simplecov"
end