spec/unit/plugins/hostname_spec.rb in ohai-8.10.0 vs spec/unit/plugins/hostname_spec.rb in ohai-8.11.1
- old
+ new
@@ -14,11 +14,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
-
-require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper.rb')
+require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper.rb")
describe Ohai::System, "hostname plugin" do
before(:each) do
@plugin = get_plugin("hostname")
allow(@plugin).to receive(:collect_os).and_return(:default)