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
Hi, I noticed that while Jeweler generates spec/spec_helper.rb with the --rspec option, Juwelier doesn't.
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