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

Commit

Permalink
Fix gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Dec 11, 2015
1 parent 60dbbf6 commit d4b8bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duck_testing.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require "duck_testing"
require "duck_testing/version"

Gem::Specification.new do |spec|
spec.name = "duck_testing"
Expand Down

0 comments on commit d4b8bc9

Please sign in to comment.