temporary removed tests from default rake build

This commit is contained in:
danijoo
2014-03-21 18:35:03 +01:00
parent 28b82b2592
commit d2b77b1179
3 changed files with 25 additions and 2 deletions

20
Gemfile.lock Normal file
View File

@@ -0,0 +1,20 @@
PATH
remote: .
specs:
sightstone (1.4.5)
rest-client
GEM
remote: https://rubygems.org/
specs:
mime-types (2.2)
rake (10.1.1)
rest-client (1.6.7)
mime-types (>= 1.16)
PLATFORMS
x64-mingw32
DEPENDENCIES
rake
sightstone!

View File

@@ -4,5 +4,6 @@ Rake::TestTask.new do |t|
t.libs << 'test' t.libs << 'test'
end end
desc "Run tests"
task :default => :test
task :default #=> :test

View File

@@ -9,5 +9,7 @@ Gem::Specification.new do |s|
s.files = Dir["lib/**/*"] s.files = Dir["lib/**/*"]
s.homepage = 'https://github.com/danijoo/Sightstone' s.homepage = 'https://github.com/danijoo/Sightstone'
s.license = 'MIT' s.license = 'MIT'
s.add_runtime_dependency 'rest-client' s.add_runtime_dependency 'rest-client'
s.add_development_dependency 'rake'
end end