Skip to content

Commit

Permalink
require 'spec_helper' automatically
Browse files Browse the repository at this point in the history
MSP-12258
  • Loading branch information
limhoff-r7 committed Mar 5, 2015
1 parent 85bf6bd commit ba4a5cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--color
--format documentation
--format documentation
--require spec_helper
2 changes: 0 additions & 2 deletions spec/yard/metasploit/erd/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'spec_helper'

require 'active_support/core_ext/object/blank'

RSpec.describe YARD::Metasploit::ERD::Version do
Expand Down
2 changes: 0 additions & 2 deletions spec/yard/metasploit/erd_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'spec_helper'

RSpec.describe YARD::Metasploit::ERD do
context 'CONSTANTS' do
context 'VERSION' do
Expand Down

0 comments on commit ba4a5cd

Please sign in to comment.