serverspec Questions
2
Solved
I'm getting the above error from section of code below. What is the cause?
1 require 'spec_helper'
2
3 before(:all) do
4 puts "ServerSpec tests on #{ENV['TARGET_HOST']}"
5 end
Full error:
...
Inexpungible asked 25/5, 2015 at 12:44
1
The Advanced Tips section of the Serverspec site shows an example of testing multiple hosts with the same test set. I've built an example of my own (https://gist.github.com/neilhwatson/81249ad39380...
Recension asked 21/5, 2015 at 12:50
1
Solved
Problem:
If I run ServerSpec (based on RSpec) through Rake with one of the following commands:
rake
rake spec
rake spec:all
rake spec:<host>
bundle exec rake
...
Rake prints the command...
Waffle asked 10/10, 2014 at 10:56
1
© 2022 - 2024 — McMap. All rights reserved.