We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4fa5e commit 2233587Copy full SHA for 2233587
spec/integration/rails_6.0.2.1_spec.rb
@@ -101,13 +101,18 @@
101
102
puts 'trying ** '
103
puts `pwd`
104
- puts `ls`
105
- puts `ls db`
+ puts `ls -lah`
+ puts `ls -lah db`
106
puts `bin/rails db:migrate`
107
108
109
puts `#{command}`
110
111
+ puts 'trying ** '
112
113
114
115
+
116
expect(git.diff.entries).to contain_exactly(
117
an_object_having_attributes(task_model),
118
an_object_having_attributes(task_test),
0 commit comments