Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Use bundler at the correct places
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmeyer committed Mar 26, 2014
1 parent 636c71a commit 10117d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
@@ -1,7 +1,9 @@
#!/usr/bin/env rake

require 'fedux_org/stdlib/rake'
require 'bundler'
Bundler.require :default, :test, :development

require 'fedux_org/stdlib/rake'
require 'filegen/version'

def software
Expand Down
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -3,6 +3,11 @@

require 'simplecov'
SimpleCov.command_name 'rspec'
SimpleCov.start

# Pull in all of the gems including those in the `test` group
require 'bundler'
Bundler.require :default, :test, :development

require 'filegen'
include Filegen
Expand Down

0 comments on commit 10117d6

Please sign in to comment.