Navigation Menu

Skip to content

Commit

Permalink
Use separated block for external gem require
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2012
1 parent 947ddaf commit d00b0fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/grntest/tester.rb
Expand Up @@ -20,11 +20,12 @@
require "pathname"
require "fileutils"
require "tempfile"
require "json"
require "shellwords"
require "open-uri"
require "cgi/util"

require "json"

require "grntest/version"

module Grntest
Expand Down

0 comments on commit d00b0fc

Please sign in to comment.