You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given I generate a rails app with the template
And the template asks me if I want to use active admin
And I do want to use active admin
Then I should have 'activeadmin' in the Gemfile of the generated app.
Currently this spec would fail.
The text was updated successfully, but these errors were encountered:
Given I generate a rails app with the template
And the template asks me if I want to use active admin
And I do want to use active admin
Then I should have 'activeadmin' in the Gemfile of the generated app.
Currently this spec would fail.
The text was updated successfully, but these errors were encountered: