Skip to content

Commit

Permalink
Fix feature count in spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Apr 28, 2016
1 parent af67d65 commit 010dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/miq_product_feature_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'pathname'

describe MiqProductFeature do
let(:expected_feature_count) { 1018 }
let(:expected_feature_count) { 1017 }

# - container_dashboard
# - miq_report_widget_editor
Expand Down

0 comments on commit 010dd5a

Please sign in to comment.