Skip to content

Commit

Permalink
[ci] Fix Capybara/FeatureMethods violation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Jun 11, 2018
1 parent 4e42716 commit 15e7e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/spec/db/data/project_log_entry_user_name_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rails_helper'
require_relative '../../../db/data/20180214132015_project_log_entry_user_name.rb'

RSpec.feature 'ProjectLogEntryUserName', type: :model do
RSpec.describe ProjectLogEntryUserName, type: :model do
let(:user) { create(:confirmed_user) }
let(:other_user) { create(:confirmed_user) }

Expand Down

0 comments on commit 15e7e0f

Please sign in to comment.