gazay / gon

Your Rails variables in your JS
MIT License
3.05k stars 184 forks source link

fix: fixing tests by running with rabl and rabl-rails separately #248

Closed dsalahutdinov closed 6 years ago

dsalahutdinov commented 6 years ago

The problem is that you should know about internal files structure of rabl and rabl-rails when remove/reload consts. So any changes of that gems will cause to change load list here.

The solution is to run matrix build for rabl and rabl-rails.

gazay commented 6 years ago

Awesome, thank you!