You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes, it is. I am not sure though, that those flags where expected to be used together (or what should it produce). I try that because sometimes with Rails I used RSpec + Shoulda together
Jeweler's use of shoulda predates when it could be used with RSped as matchers. I'm not kept up with shoulda to know if it is even usable by itself without RSpec. If it can't then it'd make sense to remove/deprecate the option.
With the following options (in 2.0.1) :
rspec folder is not created, TestUnit is used instead:
If I swap
--rspec
and--shoulda
options, the rspec folder is generated as expected.The text was updated successfully, but these errors were encountered: