summaryrefslogtreecommitdiff
path: root/spec/unit/version_constraint/platform_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/version_constraint/platform_spec.rb')
-rw-r--r--spec/unit/version_constraint/platform_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/version_constraint/platform_spec.rb b/spec/unit/version_constraint/platform_spec.rb
index f38eb49689..a4ddc4e0bd 100644
--- a/spec/unit/version_constraint/platform_spec.rb
+++ b/spec/unit/version_constraint/platform_spec.rb
@@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-require 'spec_helper'
-require 'chef/version_constraint/platform'
+require "spec_helper"
+require "chef/version_constraint/platform"
describe Chef::VersionConstraint::Platform do