Skip to content

--rspec option not respected on gem creation #277

Open
@dgmora

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.

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions