Skip to content

Commit 2233587

Browse files
committed
more puts
1 parent bb4fa5e commit 2233587

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

spec/integration/rails_6.0.2.1_spec.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,18 @@
101101

102102
puts 'trying ** '
103103
puts `pwd`
104-
puts `ls`
105-
puts `ls db`
104+
puts `ls -lah`
105+
puts `ls -lah db`
106106
puts `bin/rails db:migrate`
107107
puts 'trying ** '
108108

109109
puts `#{command}`
110110

111+
puts 'trying ** '
112+
puts `ls -lah`
113+
puts 'trying ** '
114+
puts `ls -lah db`
115+
111116
expect(git.diff.entries).to contain_exactly(
112117
an_object_having_attributes(task_model),
113118
an_object_having_attributes(task_test),

0 commit comments

Comments
 (0)