summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPostmodern <postmodern.mod3@gmail.com>2012-06-21 19:13:13 -0700
committerPostmodern <postmodern.mod3@gmail.com>2012-06-21 19:13:13 -0700
commit3d1b93fa37ce616d77299b7f74d788e83fcf9d92 (patch)
treed3ee2d7c896e8943495a6371ed2b327d8bbb1f69
parent382892bfacc82f5abb3036a3f234e4c5654fb58d (diff)
downloadbundler-3d1b93fa37ce616d77299b7f74d788e83fcf9d92.tar.gz
Check that LICENSE.txt was created.
-rw-r--r--spec/other/newgem_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/other/newgem_spec.rb b/spec/other/newgem_spec.rb
index 7aca310b3b..1fbca1289d 100644
--- a/spec/other/newgem_spec.rb
+++ b/spec/other/newgem_spec.rb
@@ -20,6 +20,7 @@ describe "bundle gem" do
it "generates a gem skeleton" do
bundled_app("test-gem/test-gem.gemspec").should exist
+ bundled_app("test-gem/LICENSE.txt").should exist
bundled_app("test-gem/Gemfile").should exist
bundled_app("test-gem/Rakefile").should exist
bundled_app("test-gem/lib/test-gem.rb").should exist