Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 0f8c88a

Browse files
committed
added test for #107
1 parent 27fa9ed commit 0f8c88a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
require 'spec_helper'
2+
3+
if ruby?
4+
RSpec.describe 'test_app generator' do
5+
it "does not interfer with asset precompilation" do
6+
expect(system("cd spec/test_app; bundle exec rake assets:precompile")).to be_truthy
7+
end
8+
end
9+
end

0 commit comments

Comments
 (0)