Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid filename Exit Code #57

Closed
toshimaru opened this issue Oct 28, 2019 · 0 comments · Fixed by #58
Closed

Invalid filename Exit Code #57

toshimaru opened this issue Oct 28, 2019 · 0 comments · Fixed by #58
Assignees

Comments

@toshimaru
Copy link
Owner

The following case exits with code 1.

cat: x: No such file or directory
$ cat config.ru x Rakefile
# frozen_string_literal: true

# This file is used by Rack-based servers to start the application.

require_relative "config/environment"

run Rails.application
cat: x: No such file or directory
# frozen_string_literal: true

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require_relative "config/application"

Rails.application.load_tasks

task default: :spec

$ echo $?
1

related #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant