diff options
Diffstat (limited to 'spec/stress/win32/file_spec.rb')
-rw-r--r-- | spec/stress/win32/file_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/stress/win32/file_spec.rb b/spec/stress/win32/file_spec.rb index 6c4b26b05c..fac811774f 100644 --- a/spec/stress/win32/file_spec.rb +++ b/spec/stress/win32/file_spec.rb @@ -16,10 +16,10 @@ # limitations under the License. # -require 'spec_helper' -require 'chef/win32/file' if windows? +require "spec_helper" +require "chef/win32/file" if windows? -describe 'Chef::ReservedNames::Win32::File', :windows_only do +describe "Chef::ReservedNames::Win32::File", :windows_only do before(:each) do @path = File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "data", "old_home_dir", "my-dot-emacs")) end |