Open
Description
With the following options (in 2.0.1) :
jeweler --rspec --shoulda --user-name dgmora --user-email david@somewhere.com --github-username dgmora --git-remote heythere --create-repo --yard heythere
rspec folder is not created, TestUnit is used instead:
create .gitignore
create Rakefile
create Gemfile
create LICENSE.txt
create README.rdoc
create .document
create lib
create lib/heythere.rb
create test
create test/helper.rb
create test/test_heythere.rb
If I swap --rspec
and --shoulda
options, the rspec folder is generated as expected.