Skip to content

Commit

Permalink
Add Gemfile and remove empty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 20, 2013
1 parent fcb7891 commit e5e76e9
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,6 +17,7 @@ tmtags
coverage
rdoc
pkg
.bundle

## PROJECT::SPECIFIC
imports/*
6 changes: 6 additions & 0 deletions Gemfile
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem 'rake'
gem 'jeweler'

gemspec
28 changes: 28 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,28 @@
PATH
remote: .
specs:
remotipart (1.0.2)

GEM
remote: https://rubygems.org/
specs:
git (1.2.5)
jeweler (1.8.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.7.6)
rake (10.0.3)
rdoc (3.12)
json (~> 1.4)
thoughtbot-shoulda (2.11.1)

PLATFORMS
ruby

DEPENDENCIES
jeweler
rake
remotipart!
thoughtbot-shoulda
6 changes: 1 addition & 5 deletions Rakefile
Expand Up @@ -42,11 +42,7 @@ rescue LoadError
end
end

task :test => :check_dependencies

task :default => :test

require 'rake/rdoctask'
require 'rdoc/task'
require File.expand_path('../lib/remotipart/rails/version', __FILE__)
Rake::RDocTask.new do |rdoc|
version = Remotipart::Rails::VERSION
Expand Down
10 changes: 0 additions & 10 deletions test/helper.rb

This file was deleted.

7 changes: 0 additions & 7 deletions test/test_remotipart.rb

This file was deleted.

0 comments on commit e5e76e9

Please sign in to comment.