Skip to content

Not auto-generating spec/spec_helper.rb with --rspec option #13

Description

@AndyObtiva

Hi, I noticed that while Jeweler generates spec/spec_helper.rb with the --rspec option, Juwelier doesn't.

$ jeweler --rspec OKTHENa
	create	.gitignore
	create	Rakefile
	create	Gemfile
	create	LICENSE.txt
	create	README.rdoc
	create	.document
	create	lib
	create	lib/OKTHENa.rb
	create	spec
	create	spec/spec_helper.rb
	create	spec/OKTHENa_spec.rb
	create	.rspec
$ juwelier --rspec OKTHEN
	create	.gitignore
	create	Rakefile
	create	Gemfile
	create	LICENSE.txt
	create	README.rdoc
	create	.document
	create	lib
	create	lib/OKTHEN.rb
	create	.rspec

I realize it's not a big thing, but what was the rationale for dropping it? My project Glimmer was relying on it in Scaffolding (saving me an extra automation step)

I am reporting in case it isn't intentional and is just a bug.

Thanks,

Andy Maleh

UPDATE: Fixed in Pull Request #16

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions