Skip to content

Commit

Permalink
good old time-out tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Mar 5, 2024
1 parent 9e0a610 commit 22c82d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dummies/uninitialized/test/railtie_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def execute_code_in_rails(command)

Dir.chdir("test/dummies/uninitialized") do
cli = File.popen({"BUNDLE_GEMFILE" => "../Gemfile"}, "bin/rails.rb g trailblazer:pro:install", "r+")
cli.write "XXX_#{api_key}\n"
cli.write "XXX_#{api_key}\n" # wrong key.
cli.close

json = File.read("tmp/trb-pro/session")
Expand Down

0 comments on commit 22c82d5

Please sign in to comment.