Skip to content

Commit

Permalink
REMOVE ME before merge, try rails 5-1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jun 18, 2019
1 parent c9ad887 commit 6fb09fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem_root = Pathname.new(__dir__).join("..")

unless gem_root.join("spec/manageiq").exist?
puts "== Cloning manageiq sample app =="
system "git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 spec/manageiq"
system "git clone https://github.com/jrafanie/manageiq.git --branch rails-5-1 --depth 1 spec/manageiq"
end

require gem_root.join("spec/manageiq/lib/manageiq/environment").to_s
Expand Down

0 comments on commit 6fb09fd

Please sign in to comment.