File: generator_example_group.rb

package info (click to toggle)
ruby-generator-spec 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: ruby: 610; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
require 'generator_spec/test_case'

module GeneratorSpec::GeneratorExampleGroup
  extend ActiveSupport::Concern
  include GeneratorSpec::TestCase
end