File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 31
31
end
32
32
end
33
33
34
- describe "The -I command line option" do
35
- before :each do
36
- @script = fixture __FILE__ , "loadpath.rb"
37
- @fixtures = File . dirname ( @script )
38
- @symlink = tmp ( "loadpath_symlink" )
39
- File . symlink ( @fixtures , @symlink )
40
- end
34
+ platform_is_not :windows do
35
+ describe "The -I command line option" do
36
+ before :each do
37
+ @script = fixture __FILE__ , "loadpath.rb"
38
+ @fixtures = File . dirname ( @script )
39
+ @symlink = tmp ( "loadpath_symlink" )
40
+ File . symlink ( @fixtures , @symlink )
41
+ end
41
42
42
- after :each do
43
- rm_r @symlink
44
- end
43
+ after :each do
44
+ rm_r @symlink
45
+ end
45
46
46
- it "does not expand symlinks" do
47
- ruby_exe ( @script , options : "-I #{ @symlink } " ) . lines . should include "#{ @symlink } \n "
47
+ it "does not expand symlinks" do
48
+ ruby_exe ( @script , options : "-I #{ @symlink } " ) . lines . should include "#{ @symlink } \n "
49
+ end
48
50
end
49
51
end
You can’t perform that action at this time.
0 commit comments