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

update specs for latest factorybot behavior #30

Merged
merged 4 commits into from May 24, 2019

Conversation

reedstrm
Copy link
Contributor

@reedstrm reedstrm commented Mar 7, 2019

Let see what travis thinks of the tests

@coveralls
Copy link

coveralls commented Mar 7, 2019

Coverage Status

Coverage decreased (-0.07%) to 79.562% when pulling 5d56e85 on openstax:update-gems-ruby-2.6.1 into 85504ff on lml:master.

@reedstrm
Copy link
Contributor Author

@jpslav I have no write access, so you'll have to do the merge and gem build

@@ -16,13 +16,13 @@ Gem::Specification.new do |s|
s.files = Dir['{app,config,db,lib}/**/*'] + ['MIT-LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['spec/**/*']

s.add_dependency 'rails', '>= 4.2'
s.add_dependency 'rails', '>= 4.2', '< 5.2.1'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why limiting Rails to less than 5.2.1? If it is because of the sqlite thing, I don't know if we want to make that development dependency impact the version of Rails that fine_print can support

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, and my not-quite understanding Gemfile vs .gemspec for a library (gem) repo . Will move the testing requirement to the Gemfile. Here's the tracking issue, seems it'll be fixed in 5.2.3 (5.2.2 and 5.2.2.1 both fail as well)
rails/rails#35387
(Surprised that following the tutorial leads to a broken app - doesn't Rails (the project) have any automated testing, or at least smoke test the new-developer-experience?)

@Dantemss Dantemss merged commit 5d56e85 into lml:master May 24, 2019
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.

None yet

4 participants