File: generator_example_group_spec.rb

package info (click to toggle)
ruby-generator-spec 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: ruby: 538; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'spec_helper'

module GeneratorSpec
  describe GeneratorExampleGroup do
    it { is_expected.to be_included_in_files_in('./spec/lib/generators/') }
  end
end