Sha256: 47cfb8780dff3ef5e5b1f0e8501f8671ad47041b3f49f8a805422b4d09791096
Contents?: true
Size: 237 Bytes
Versions: 14
Compression:
Stored size: 237 Bytes
Contents
require 'spec_helper' if ruby? RSpec.describe 'test_app generator' do it "does not interfer with asset precompilation" do expect(system("cd spec/test_app; bundle exec rake assets:precompile")).to be_truthy end end end
Version data entries
14 entries across 14 versions & 2 rubygems