Re: [openstack-dev] [puppet] how to run rspec tests? r10k issue

2016-02-26 Thread Matt Fischer
This worked great. Thanks for this and the upstream fix. On Fri, Feb 26, 2016 at 6:25 AM, Sofer Athlan-Guyot wrote: > Hi Matt, > > Matt Fischer writes: > > > I ended up symlinking the r10k binary I have installed to the place it > > wants it to be and

Re: [openstack-dev] [puppet] how to run rspec tests? r10k issue

2016-02-26 Thread Sofer Athlan-Guyot
Hi Matt, Matt Fischer writes: > I ended up symlinking the r10k binary I have installed to the place it > wants it to be and it worked. I do have that in my Gemfile. Question > is, can we make this work without manual steps? Well, I was thinking I had a smart way to fix as

Re: [openstack-dev] [puppet] how to run rspec tests? r10k issue

2016-02-19 Thread Colleen Murphy
On Thu, Feb 18, 2016 at 2:26 PM, Matt Fischer wrote: > Is anyone able to share the secret of running spec tests since the r10k > transition? bundle install && bundle exec rake spec have issues because > r10k is not being installed. Since I'm not the only one hopefully this

Re: [openstack-dev] [puppet] how to run rspec tests? r10k issue

2016-02-18 Thread Iury Gregory
Well, since we need to manually run "bundle install", we can pass the path to where we want the gems but always require an extra argument is not the best way. 2016-02-18 22:48 GMT-03:00 Matt Fischer : > I ended up symlinking the r10k binary I have installed to the place it

Re: [openstack-dev] [puppet] how to run rspec tests? r10k issue

2016-02-18 Thread Matt Fischer
I ended up symlinking the r10k binary I have installed to the place it wants it to be and it worked. I do have that in my Gemfile. Question is, can we make this work without manual steps? On Thu, Feb 18, 2016 at 4:57 PM, Alex Schultz wrote: > > > On Thu, Feb 18, 2016 at

Re: [openstack-dev] [puppet] how to run rspec tests? r10k issue

2016-02-18 Thread Alex Schultz
On Thu, Feb 18, 2016 at 3:26 PM, Matt Fischer wrote: > Is anyone able to share the secret of running spec tests since the r10k > transition? bundle install && bundle exec rake spec have issues because > r10k is not being installed. Since I'm not the only one hopefully this

Re: [openstack-dev] [puppet] how to run rspec tests? r10k issue

2016-02-18 Thread Iury Gregory
Hi Matt, when the r10k is not installed I use gem install or bundle install passing the directory that should have the gem. I'll search. Tomorrow i'll try to find the command in my env and post. Em 18/02/2016 19:27, "Matt Fischer" escreveu: > Is anyone able to share the

[openstack-dev] [puppet] how to run rspec tests? r10k issue

2016-02-18 Thread Matt Fischer
Is anyone able to share the secret of running spec tests since the r10k transition? bundle install && bundle exec rake spec have issues because r10k is not being installed. Since I'm not the only one hopefully this question will help others. +