collectiveidea / json_spec

Easily handle JSON in RSpec and Cucumber
rubygems.org/gems/json_spec
MIT License
919 stars 114 forks source link

installs files into my project, not as library #11

Closed mikemeekeas closed 12 years ago

mikemeekeas commented 12 years ago

Very useful addition to the rspec tool suite, thanks!

I'm still learning the subtleties of bundler, but when I added:

gem 'json_spec'

to my Gemfile and run bundle, it created a new subdir in my project: json_spec/ruby/1.9.1/ with bin, cache, gems, bundler, doc and specifications subdirs

Usually this is all quietly installed in the library somewhere.

Is this a config issue for json_spec or user error on my part?

thx! michael

mikemeekeas commented 12 years ago

Somehow I created a local bundle pointing into my local dir. Removing .bundle/* and its associated misconfiguration fixed this.