Skip to content

Commit

Permalink
Update railties/test/application/console_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Dalessio <[email protected]>
  • Loading branch information
st0012 and flavorjones committed May 5, 2024
1 parent 4b19445 commit 6351533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/console_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_prompt_is_properly_set
options = "-e test"
spawn_console(options)

write_prompt "a = 1", "app-tempalte(test)> a = 1"
write_prompt "a = 1", "app-template(test)> a = 1"
end

def test_prompt_allows_changing_irb_name
Expand Down

0 comments on commit 6351533

Please sign in to comment.