We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2c246 commit ea79c25Copy full SHA for ea79c25
spec/models/grouping_spec.rb
@@ -131,7 +131,6 @@
131
end
132
grouping1 = groupings.select { |grouping| grouping.tas.first == tas.first }
133
grouping2 = groupings.select { |grouping| grouping.tas.first == tas.last }
134
- print(grouping2.length, grouping1.length)
135
expect(grouping1.length > grouping2.length).to be(true)
136
137
spec/spec_helper.rb
@@ -37,7 +37,7 @@
37
begin
38
ActiveRecord::Migration.maintain_test_schema!
39
rescue ActiveRecord::PendingMigrationError => e
40
- puts e.to_s.strip
+ warn e.to_s.strip
41
exit 1
42
43
0 commit comments