Skip to content

Commit

Permalink
Consolidate gems in common use by the specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Shearar committed Aug 21, 2013
1 parent 63b5a57 commit f9c51e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions spec/cli_spec.rb
@@ -1,8 +1,6 @@
require 'spec_helper'
require 'octoherder'
require 'rspec'
require 'tempfile'
require 'data/sample-github-responses'

module OctoHerder
describe CLI do
Expand Down
3 changes: 0 additions & 3 deletions spec/configuration_spec.rb
@@ -1,8 +1,5 @@
require 'spec_helper'
require 'rspec'
require 'octoherder/configuration'
require 'data/sample-github-responses'
require 'ostruct'

module OctoHerder
describe Configuration do
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,6 @@
require 'ostruct'
require 'rspec'
require 'data/sample-github-responses'
require 'simplecov'
SimpleCov.start

Expand Down

0 comments on commit f9c51e4

Please sign in to comment.