Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #123 from ScotterC/remove-test-unit
Browse files Browse the repository at this point in the history
Removing Test::Unit
  • Loading branch information
Scott Carleton committed Dec 23, 2014
2 parents 30f7156 + 71f60bd commit c531505
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 127 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: ruby
rvm:
- 2.1
- 2.0
- rbx-19mode

gemfile:
- gemfiles/3.2.gemfile
Expand All @@ -12,14 +11,10 @@ gemfile:

sudo: false

matrix:
allow_failures:
- rvm: rbx-19mode

services:
- redis

script: "bundle exec rake clean test spec"
script: "bundle exec rake clean spec"

notifications:
email:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,4 @@ for testing. Run all tests with
````
# Rspec on all versions
rake appraisal spec
# Test Unit on all versions (deprecated)
rake appraisal test
````
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require 'rake/testtask'
$LOAD_PATH << File.join(File.dirname(__FILE__), 'lib')

desc 'Default: run unit tests.'
task :default => [:clean, 'appraisal:install', :all]
task default: [:clean, 'appraisal:install', :all]

desc 'Test the delayed paperclip plugin under all supported Rails versions.'
task :all do |t|
Expand Down
4 changes: 4 additions & 0 deletions test/base_delayed_paperclip_test.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
###
# DEPRECATED, Don't Use
###

module BaseDelayedPaperclipTest
def setup
super
Expand Down
47 changes: 0 additions & 47 deletions test/delayed_paperclip_test.rb

This file was deleted.

Binary file removed test/fixtures/12k.png
Binary file not shown.
32 changes: 0 additions & 32 deletions test/resque_paperclip_test.rb

This file was deleted.

39 changes: 0 additions & 39 deletions test/sidekiq_paperclip.rb

This file was deleted.

4 changes: 4 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
###
# DEPRECATED, Don't Use
###

require 'rubygems'

begin
Expand Down

0 comments on commit c531505

Please sign in to comment.