Skip to content

Commit

Permalink
+test
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Oct 15, 2024
1 parent 6dbaf7f commit 835bb8b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spec/lib/ruby_lokalise_api/resources/permission_template_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# frozen_string_literal: true

RSpec.describe RubyLokaliseApi::Resources::PermissionTemplate do
subject do
described_class.new response(nil, nil)
end

it { is_expected.not_to respond_to(:update) }
it { is_expected.not_to respond_to(:destroy) }
it { is_expected.not_to respond_to(:reload_data) }
end

0 comments on commit 835bb8b

Please sign in to comment.