Closed Aliasgar16 closed 8 years ago
Pinned rack gem
version in ci.gemfile
as well.
:+1:
Can you use let
instead of instance variables in the tests?
http://stackoverflow.com/questions/5359558/when-to-use-rspec-let
e.g.
let(:first_boot_attributes) { { 'a1' => 'b1', 'a2' => 'b2' } }
Fixed the review comments.
Done. json attributes passed through --json-attributes-file option were not getting set into config object and so the attributes passed were then missing from the first_boot.json file.