We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71ab82a + 3ab58c2 commit b64a5e9Copy full SHA for b64a5e9
1 file changed
spec/bin/compile_spec.rb
@@ -16,12 +16,15 @@
16
17
require 'spec_helper'
18
require 'integration_helper'
19
+require 'memory_limit_helper'
20
21
describe 'compile script', :integration do # rubocop:disable RSpec/DescribeClass
22
include_context 'integration_helper'
23
+ include_context 'memory_limit_helper'
24
25
it 'returns zero if success',
- app_fixture: 'integration_valid' do
26
+ app_fixture: 'integration_valid',
27
+ memory_limit: '1024m' do
28
29
run("bin/compile #{app_dir} #{app_dir + '.cache'}") { |status| expect(status).to be_success }
30
end
0 commit comments