Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plugin generator so plugin tests pass #807

Merged
merged 1 commit into from
May 4, 2018
Merged

Fix plugin generator so plugin tests pass #807

merged 1 commit into from
May 4, 2018

Conversation

brian-kephart
Copy link
Collaborator

Fixes #799 so that a generated plugin's test suite can be run.

Adds two lines to the top of the plugin's config/routes.rb:

require 'plugin_routes'
require 'camaleon_cms/engine'

Replaces this line of the plugin's gemspec:

s.add_dependency "rails"

with:

s.add_dependency "camaleon_cms", "~2.0"

The rest of the changed lines are just whitespace. The previous version of the file had an extra indent on a whole file's worth of lines, which I changed as I was adding to the top of the file.

@owen2345 owen2345 merged commit f2a873f into owen2345:master May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants