]>
cat aescling's git repositories - mastodon.git/blob - spec/models/admin/action_log_spec.rb
1 # frozen_string_literal: true
5 RSpec
.describe Admin
::ActionLog, type
: :model do
8 action_log
= described_class
.new(action
: 'hoge')
9 expect(action_log
.action
).to be
:hoge
This page took 0.077916 seconds and 4 git commands to generate.