Sha256: 2456f786d0d17c1d8a0318bc0539ac26ec8e74595496df4f60c1f794b5c1fe85
Contents?: true
Size: 277 Bytes
Versions: 14
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true RSpec.describe <%= camelized_slice_name %>::Actions::<%= camelized_controller_name %>::<%= camelized_action_name %> do let(:params) { Hash[] } it "works" do response = subject.call(params) expect(response).to be_successful end end
Version data entries
14 entries across 14 versions & 1 rubygems