Skip to content

Commit

Permalink
Merge pull request ManageIQ#14597 from bdunne/extra_requires
Browse files Browse the repository at this point in the history
Remove require rails_helper ✂️ 🔥
  • Loading branch information
jrafanie authored Apr 3, 2017
2 parents 7d24994 + 7ff2df6 commit fa30988
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions spec/lib/miq_expression/count_field_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "rails_helper"

RSpec.describe MiqExpression::CountField do
describe '.parse' do
it 'parses field model.has_many_associations with valid format' do
Expand Down
2 changes: 0 additions & 2 deletions spec/lib/miq_expression/field_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "rails_helper"

RSpec.describe MiqExpression::Field do
describe ".parse" do
it "can parse the model name" do
Expand Down
2 changes: 0 additions & 2 deletions spec/lib/miq_expression/tag_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "rails_helper"

RSpec.describe MiqExpression::Tag do
describe ".parse" do
it "with model.managed-in_tag" do
Expand Down
2 changes: 0 additions & 2 deletions spec/models/chargeable_field_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'rails_helper'

RSpec.describe ChargeableField, :type => :model do
describe '#rate_name' do
let(:source) { 'used' }
Expand Down
2 changes: 0 additions & 2 deletions spec/models/cloud_service_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'rails_helper'

RSpec.describe CloudService, :type => :model do
let(:cloud_service) do
FactoryGirl.create(:cloud_service).tap do |cs|
Expand Down
2 changes: 0 additions & 2 deletions spec/models/entitlement_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'rails_helper'

describe Entitlement do
describe "::remove_tag_from_all_managed_filters" do
let!(:entitlement1) { FactoryGirl.create(:entitlement) }
Expand Down

0 comments on commit fa30988

Please sign in to comment.