spec/rake/funnel/extensions/windows_path_spec.rb in rake-funnel-0.3.2.pre vs spec/rake/funnel/extensions/windows_path_spec.rb in rake-funnel-0.4.0.pre
- old
+ new
@@ -1,5 +1,5 @@
-describe Rake::Funnel::Extensions::WindowsPath do
- it 'should convert forward slash to backslash' do
- expect('C:\Foo/bar/baz'.to_windows_path).to eq('C:\Foo\bar\baz')
- end
-end
+describe Rake::Funnel::Extensions::WindowsPath do
+ it 'should convert forward slash to backslash' do
+ expect('C:\Foo/bar/baz'.to_windows_path).to eq('C:\Foo\bar\baz')
+ end
+end