Skip to content

Commit

Permalink
Fix missing RSpec prefix after merging to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jul 13, 2023
1 parent 714be7e commit ce298ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/reporting/spec/features/export_cost_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
require_relative '../spec_helper'
require_relative 'support/pages/cost_report_page'

describe "Cost reports XLS export", js: true do
RSpec.describe "Cost reports XLS export", js: true do
shared_let(:project) { create(:project) }
shared_let(:user) { create(:admin) }
shared_let(:cost_type) { create(:cost_type, name: 'Post-war', unit: 'cap', unit_plural: 'caps') }
Expand Down

0 comments on commit ce298ed

Please sign in to comment.