-
Notifications
You must be signed in to change notification settings - Fork 759
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
Get master passing again #779
Conversation
Why not use the |
When a test fails with "FAILED: ControllerTest#test_something_happened", you can global find it if the test name matches Perhaps this is personal preference but it's much much faster for me to fix tests if I can find them. Edit: Also when you pass it on the CLI with --name, it also takes it in the form |
Think I found the cause of some of my remaining test failures. I'd been running Webpacker 1 against Webpack 2, which is why all my test files keep ending up in the wrong positions. Will probably implement a version check like https://github.com/shakacode/react_on_rails/blob/master/lib/react_on_rails/version_checker.rb to make at least the tests a bit more stable. I'm a little concerned at how much work was involved at getting the master branch passing so far though. Am I doing something wrong or missing something obvious? |
@BookOfGreg Thanks digging in on this!
I'm not surprised 😬 It was a lot of work to get webpacker working in the first place, and since then, the Webpacker APIs have changed a lot, so I bet it will be hard to get things working properly again 😖 |
FYI The last fail on travis is in the |
Closing in favour of #777 |
Master branch does not pass travis on it's own, making it difficult to tell when new branches are complete.
I plan on cleaning up the appraisal setup with the aim of making this slightly easier to work on.
BUNDLE_GEMFILE=/Users/e0052727/source/react-rails/gemfiles/rails_3.2.gemfile bundle exec rake test
attest_it_reloads_when_new_jsx_files_are_added_to_the_asset_pipeline
Seems to be a flakey test, passes sometimes?test "foo bar" do
todef test_foo_bar