Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make rake spec running #52

Merged
merged 2 commits into from
Dec 2, 2014
Merged

Make rake spec running #52

merged 2 commits into from
Dec 2, 2014

Conversation

tiewei
Copy link

@tiewei tiewei commented Dec 2, 2014

While the first time trying to run rake spec , I got issue in Gemfile.lock as well as bundler gem path, I submit those two patch in order to avoid more people got the same problem.

RubyGems Environment:
  - RUBYGEMS VERSION: 1.8.23
  - RUBY VERSION: 1.9.3 (2013-05-15 patchlevel 429) [x86_64-darwin13.4.0]
  - INSTALLATION DIRECTORY: /Users/wtie/.rvm/gems/ruby-1.9.3-p429
  - RUBY EXECUTABLE: /Users/wtie/.rvm/rubies/ruby-1.9.3-p429/bin/ruby
  - EXECUTABLE DIRECTORY: /Users/wtie/.rvm/gems/ruby-1.9.3-p429/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-darwin-13
  - GEM PATHS:
     - /Users/wtie/.rvm/gems/ruby-1.9.3-p429
     - /Users/wtie/.rvm/gems/ruby-1.9.3-p429@global
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
     - :sources => ["http://ruby.taobao.org/", "http://rubygems.org/"]
     - "install" => "--no-rdoc --no-ri"
     - "update" => "--no-rdoc --no-ri"
  - REMOTE SOURCES:
     - http://rubygems.org/

Wei Tie added 2 commits December 2, 2014 10:58
Gemfile.lock will be built in each environment while the first time
run `bundle install`.
For another reason is 'puppet/indirector/hiera' is not in the puppet
3.4.2 which is current forced in lock file.
To load rspec-puppet which is downdoaded from github for testing, it
needs require 'bundler/setup' in order to load the bundler path.
@solarkennedy
Copy link
Contributor

Hmm, I'm surprised you needed bundler/setup...

solarkennedy added a commit that referenced this pull request Dec 2, 2014
@solarkennedy solarkennedy merged commit b18f4e0 into voxpupuli:master Dec 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants