Skip to content

Commit

Permalink
Ensure boxgrinder-core is required before rcov runs
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed May 29, 2012
1 parent bc850c7 commit 43fa211
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion integ/spec/files-spec.rb
Expand Up @@ -17,10 +17,11 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.

require 'rubygems'
require 'boxgrinder-build'
require 'boxgrinder-build/appliance'
require 'boxgrinder-build/helpers/guestfs-helper'
require 'boxgrinder-core/models/config'
require 'boxgrinder-core/helpers/log-helper'
require 'boxgrinder-build/helpers/guestfs-helper'
require 'fileutils'

module BoxGrinder
Expand Down
3 changes: 2 additions & 1 deletion integ/spec/jeos-spec.rb
Expand Up @@ -17,10 +17,11 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.

require 'rubygems'
require 'boxgrinder-build'
require 'boxgrinder-build/appliance'
require 'boxgrinder-build/helpers/guestfs-helper'
require 'boxgrinder-core/models/config'
require 'boxgrinder-core/helpers/log-helper'
require 'boxgrinder-build/helpers/guestfs-helper'
require 'fileutils'

module BoxGrinder
Expand Down
4 changes: 3 additions & 1 deletion integ/spec/modular-spec.rb
Expand Up @@ -17,10 +17,12 @@
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.

require 'rubygems'
require 'boxgrinder-build'
require 'boxgrinder-build/appliance'
require 'boxgrinder-build/helpers/guestfs-helper'
require 'boxgrinder-core'
require 'boxgrinder-core/models/config'
require 'boxgrinder-core/helpers/log-helper'
require 'boxgrinder-build/helpers/guestfs-helper'
require 'fileutils'

module BoxGrinder
Expand Down
1 change: 1 addition & 0 deletions spec/rcov_helper.rb
@@ -1,2 +1,3 @@
require 'rubygems'
require 'rspec'
require 'boxgrinder-core'

0 comments on commit 43fa211

Please sign in to comment.