Skip to content

Commit 26cecd4

Browse files
committed
Merge pull request #47 from activeadmin-plugins/Fivell-patch-1
skip admin users
2 parents f1b113f + c124e33 commit 26cecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/rails_template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
1919

20-
generate :'active_admin:install'
20+
generate :'active_admin:install --skip-users'
2121
generate :'formtastic:install'
2222

2323
run "rm -r test"

0 commit comments

Comments
 (0)