Sha256: 9e2185d1b8aad052edc6d88060863ff94c4ac718436497bbb55527f0d0a19b40
Contents?: true
Size: 412 Bytes
Versions: 3
Compression:
Stored size: 412 Bytes
Contents
require 'test_helper' require 'generators/lina/api/api_generator' module Lina class Lina::ApiGeneratorTest < Rails::Generators::TestCase tests Lina::Generators::ApiGenerator destination Rails.root.join('tmp/generators') setup :prepare_destination # test "generator runs without errors" do # assert_nothing_raised do # run_generator ["arguments"] # end # end end end
Version data entries
3 entries across 3 versions & 1 rubygems