Skip to content

Commit

Permalink
Add test for check in next version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Aug 28, 2024
1 parent 7c8133a commit ec77e9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/features/check_overrides_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

require "rails_helper"

RSpec.describe "Overrides" do
it "check failing tests in Decidim v0.28" do
# - spec/system/department_admin_should_be_able_to_manage_assemblies_spec.rb
expect(Decidim.version).to be < "0.28"
end
end

0 comments on commit ec77e9f

Please sign in to comment.