Sha256: 8f80b854cfa17213b299b6a53317ad9ad94f507f4a89f5535d71e99c8c62d77e
Contents?: true
Size: 275 Bytes
Versions: 14
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true RSpec.describe <%= camelized_app_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