This website works better with JavaScript.
Explore
Help
Register
Sign In
me
/
glitchier-soc
Watch
1
Star
0
Fork
You've already forked glitchier-soc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b5c5e2bf36
th-downstream
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b5c5e2bf36'
${ noResults }
glitchier-soc
/
spec
/
helpers
/
admin
/
action_logs_helper_spec.rb
7 lines
101 B
Raw
Normal View
History
Unescape
Escape
Add specs for action log helper (#9605) * Add specs for ActionLogHelper * Make some methods private methods below never referenced from outside of their module: - #linkable_log_target - #log_target_from_history
6 years ago
# frozen_string_literal: true
require
'rails_helper'
Fix RSpec/InferredSpecType cop (#24736)
2 years ago
RSpec
.
describe
Admin
::
ActionLogsHelper
do
Add specs for action log helper (#9605) * Add specs for ActionLogHelper * Make some methods private methods below never referenced from outside of their module: - #linkable_log_target - #log_target_from_history
6 years ago
end