You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.applicationcat: 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_taskstask default: :spec
$ echo$?1
The following case exits with code 1.
related #55
The text was updated successfully, but these errors were encountered: