spec/unit/plugins/aix/os_spec.rb in ohai-8.10.0 vs spec/unit/plugins/aix/os_spec.rb in ohai-8.11.1

- old
+ new

@@ -13,11 +13,11 @@ # distributed under the License is distributed on an "AS IS" BASIS, # 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, "AIX os plugin" do before(:each) do @plugin = get_plugin("aix/os") kernel = Mash.new @@ -30,6 +30,5 @@ it "should set the top-level os_level attribute" do expect(@plugin[:os_version]).to eql("6") end end -