Skip to content

Commit

Permalink
Properly Rename Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
joel committed Dec 9, 2019
1 parent e866853 commit d48d356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/generators/rspec/generator/generator_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Rspec
module Generators
# @private
class GeneratorsGenerator < Base
class GeneratorGenerator < Base
class_option :generator_specs, :type => :boolean, :default => false, :desc => "Generate generator specs"

def generate_generator_spec
Expand Down
4 changes: 2 additions & 2 deletions spec/generators/rspec/generator/generator_generator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'generators/rspec/generators/generator_generator'
require 'generators/rspec/generator/generator_generator'
require 'support/generators'

RSpec.describe Rspec::Generators::GeneratorsGenerator, :type => :generator do
RSpec.describe Rspec::Generators::GeneratorGenerator, :type => :generator do
setup_default_destination

describe "generator specs" do
Expand Down

0 comments on commit d48d356

Please sign in to comment.