diff options
author | HombreLaser <sebastian-440@live.com> | 2023-03-03 20:58:25 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-03-03 20:58:25 -0600 |
commit | 898d91cca5721db785e991e0eab9f05010925b1a (patch) | |
tree | 46f8733de6fffabdd92c152308d0aee27f2d2d8e /spec/controllers | |
parent | e3b19598c75790758995f9db206427135d6851c2 (diff) |
Reacomoda directorio de specs
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/authentications_controller_spec.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/controllers/authentications_controller_spec.rb b/spec/controllers/authentications_controller_spec.rb deleted file mode 100644 index 43e7439..0000000 --- a/spec/controllers/authentications_controller_spec.rb +++ /dev/null @@ -1,8 +0,0 @@ -# frozen_string_literal: true - -require 'rails_helper' - -RSpec.describe Api::AuthenticationsController, type: :controller do - it { should route(:post, '/api/authenticate').to(action: :create) } - it { should route(:delete, '/api/logout').to(action: :destroy) } -end |