diff options
Diffstat (limited to 'spec/helpers/graph_helper_spec.rb')
-rw-r--r-- | spec/helpers/graph_helper_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/graph_helper_spec.rb b/spec/helpers/graph_helper_spec.rb index dc389c09e60..3c7e4f970c3 100644 --- a/spec/helpers/graph_helper_spec.rb +++ b/spec/helpers/graph_helper_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -describe GraphHelper do +RSpec.describe GraphHelper do describe '#get_refs' do let(:project) { create(:project, :repository) } let(:commit) { project.commit("master") } |