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
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
I tried going through the readme to get a benchmark running, but looks like there's some missing setup instructions. Do I need to have flapjack 1.6 installed into the same ruby version that flapjack-benchmark uses or something like that?
$ bundle exec appraisal flapjack_1_6 rake test
>> BUNDLE_GEMFILE=/Users/jesse/src/flapjack/flapjack-benchmark/gemfiles/flapjack_1_6.gemfile bundle exec rake test
Could not find rake-11.1.2 in any of the sources
Run `bundle install` to install missing gems.
The text was updated successfully, but these errors were encountered:
You shouldn’t have to. That’s the idea with using Appraisal. Did you run appraisal install before running the tests?
It might be you need to run bundle exec appraisal install, but not sure if that’s required. Certainly didn’t have to using rbenv here.
I’ll set up a clean environment and see if I can replicate it tomorrow. Thanks for taking the time to look at it by the way – hugely appreciated.
Tests are really clunky at the moment – it was more a matter of me learning how Flapjack works. I’ll probably rewrite a lot of it – and I have to extend it to handle notifications and the like. Am planning on trying to fix a few of the bugs listed in Github to get more of a feel – it was a bit like night flying when I first started.
I tried going through the readme to get a benchmark running, but looks like there's some missing setup instructions. Do I need to have flapjack 1.6 installed into the same ruby version that flapjack-benchmark uses or something like that?
The text was updated successfully, but these errors were encountered: