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

Commit 97adbf3

Browse files
committed
cleanup
1 parent df12da3 commit 97adbf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
require 'spec_helper'
22

33
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
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
87
end
98
end
9+
end

0 commit comments

Comments
 (0)