File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ module Foo
45
45
after do
46
46
@project . remove! ( "sorbet/rbi/gems" )
47
47
@project . remove! ( "Gemfile.lock" )
48
+ $stdout. puts @project . exec ( "ls -a" )
48
49
end
49
50
50
51
it "creates the RBI for a newly added gem" do
@@ -103,6 +104,7 @@ module Foo
103
104
end
104
105
105
106
it "deletes untracked RBI files" do
107
+ $stdout. puts @project . exec ( "git log --oneline" )
106
108
@project . bundle_install!
107
109
FileUtils . mkdir_p ( "#{ @project . absolute_path } /sorbet/rbi/gems" )
108
110
# Create an untracked RBI file
@@ -124,6 +126,7 @@ module Foo
124
126
@project . exec ( "git add sorbet/rbi/gems/[email protected] " )
125
127
@project . exec ( "git commit -m 'Add foo RBI'" )
126
128
FileUtils . rm ( "#{ @project . absolute_path } /sorbet/rbi/gems/[email protected] " )
129
+ $stdout. puts @project . exec ( "git log --oneline" )
127
130
128
131
refute_project_file_exist ( "sorbet/rbi/gems/[email protected] " )
129
132
@@ -134,6 +137,7 @@ module Foo
134
137
135
138
# Clean-up commit
136
139
@project . exec ( "git reset --hard HEAD^" )
140
+ $stdout. puts @project . exec ( "git log --oneline" )
137
141
end
138
142
end
139
143
end
You can’t perform that action at this time.
0 commit comments