Skip to content

Commit b4d815f

Browse files
committed
Remove puts
1 parent 271b4dc commit b4d815f

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

spec/integration/rails_6.0.2.1_spec.rb

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -82,41 +82,12 @@
8282
end
8383

8484
it 'annotate models' do
85-
puts "project_path: #{project_path}"
86-
puts "app_path: #{project_path}"
87-
88-
puts "Dir.pwd: #{Dir.pwd}"
89-
puts "__dir__: #{__dir__}"
90-
puts "__FILE__: #{__FILE__}"
91-
92-
pp ENV
93-
9485
Bundler.with_clean_env do
95-
puts "app_path: #{app_path}"
9686
Dir.chdir app_path do
97-
puts 'inside Dir.chdir'
98-
puts "Dir.pwd: #{Dir.pwd}"
99-
puts "__dir__: #{__dir__}"
100-
puts "__FILE__: #{__FILE__}"
101-
10287
expect(git.diff.any?).to be_falsy
10388

104-
puts 'trying ** '
105-
puts `pwd`
106-
puts `ls -lah`
107-
puts `ls -lah db`
108-
puts `bin/rails db:migrate`
109-
puts 'trying ** '
110-
111-
pp ENV
112-
11389
puts `#{command}`
11490

115-
puts 'trying ** '
116-
puts `ls -lah`
117-
puts 'trying ** '
118-
puts `ls -lah db`
119-
12091
expect(git.diff.entries).to contain_exactly(
12192
an_object_having_attributes(task_model),
12293
an_object_having_attributes(task_test),

0 commit comments

Comments
 (0)