-
-
Notifications
You must be signed in to change notification settings - Fork 1k
rails generate migration fails with undefined method `start_with?' #1412
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
Labels
Comments
Thanks for reporting this! ❤️ I see what is going on, we're assuming the As a work around could you change your setup to use: config.generators do |g|
g.hidden_namespaces << 'test_unit' << 'erb'
#...
end |
Thanks. Please see my proposed fix: https://github.com/spreemo/rspec-rails/commit/2ffdaacb71d131cf581aac3a0408bf15dfa0e3ae |
@dankohn would you like to submit that as a PR? |
JonRowe
added a commit
that referenced
this issue
Jul 6, 2015
Namespace check shouldn't fail on symbols; fixes #1412
JonRowe
added a commit
that referenced
this issue
Jul 6, 2015
Namespace check shouldn't fail on symbols; fixes #1412
ryanclark2
pushed a commit
to sarahmei/rspec-rails
that referenced
this issue
Jul 10, 2015
Fixes rspec#1412 by converting symbols to strings in check.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting this error:
FYI, my
application.rb
includes:FYI: @slavad
The text was updated successfully, but these errors were encountered: