mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
pull in other gems
This commit is contained in:
parent
ea2ce6da73
commit
4d5a88e1c5
5 changed files with 11 additions and 30 deletions
2
Rakefile
2
Rakefile
|
@ -5,7 +5,7 @@ begin
|
|||
require 'jeweler'
|
||||
Jeweler::Tasks.new do |gem|
|
||||
gem.name = "rspec-meta"
|
||||
gem.summary = %Q{TODO.markdown License.txt README.markdown}
|
||||
gem.summary = "pulls in the other rspec gems"
|
||||
gem.email = "dchelimsky@gmail.com;chad.humphries@gmail.com"
|
||||
gem.homepage = "http://github.com/rspec/meta"
|
||||
gem.authors = ["David Chelimsky", "Chad Humphries"]
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
require 'spec/core'
|
||||
require 'spec/mocks'
|
||||
require 'spec/expectations'
|
|
@ -12,26 +12,17 @@ Gem::Specification.new do |s|
|
|||
"README.markdown"
|
||||
]
|
||||
s.files = [
|
||||
".document",
|
||||
".gitignore",
|
||||
"License.txt",
|
||||
"README.markdown",
|
||||
"Rakefile",
|
||||
"VERSION",
|
||||
"lib/rspec-meta.rb",
|
||||
"rspec-meta.gemspec",
|
||||
"spec/rspec-meta_spec.rb",
|
||||
"spec/spec_helper.rb"
|
||||
"License.txt",
|
||||
"README.markdown",
|
||||
"Rakefile",
|
||||
"VERSION.yml",
|
||||
"lib/rspec-meta.rb"
|
||||
]
|
||||
s.homepage = %q{http://github.com/rspec/meta}
|
||||
s.rdoc_options = ["--charset=UTF-8"]
|
||||
s.require_paths = ["lib"]
|
||||
s.rubygems_version = %q{1.3.3}
|
||||
s.summary = %q{TODO.markdown License.txt README.markdown}
|
||||
s.test_files = [
|
||||
"spec/rspec-meta_spec.rb",
|
||||
"spec/spec_helper.rb"
|
||||
]
|
||||
s.rubygems_version = %q{1.3.4}
|
||||
s.summary = %q{pulls in the other rspec gems}
|
||||
|
||||
if s.respond_to? :specification_version then
|
||||
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
|
||||
|
||||
describe "RspecMeta" do
|
||||
end
|
|
@ -1,9 +0,0 @@
|
|||
require 'spec'
|
||||
|
||||
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
||||
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
require 'rspec-meta'
|
||||
|
||||
Spec::Runner.configure do |config|
|
||||
|
||||
end
|
Loading…
Add table
Reference in a new issue