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 f468ef3 commit 189ff7bCopy full SHA for 189ff7b
spec/spec_helper.rb
@@ -18,6 +18,8 @@
18
19
# Consistent Colsole output (for rspec_fixtures)
20
ENV['TTY'] = 'off'
21
+ENV['COLUMNS'] = '80'
22
+ENV['LINES'] = '30'
23
24
RSpec.configure do |c|
25
c.include SpecMixin
0 commit comments