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

Commit

Permalink
Removing unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
volmer committed Apr 6, 2013
1 parent 5910cda commit 2ac4c95
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ spec/dummy/tmp/
spec/dummy/.sass-cache
spec/dummy/public/bootsy_uploads
spec/dummy/public/uploads
coverage/
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "cd spec/dummy"
- "rake db:migrate"
- "rake db:test:prepare"
- "cd ../.."
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ GEM
activesupport (>= 3.2.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
colorize (0.5.8)
coveralls (0.6.4)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
cucumber (1.2.3)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
Expand Down Expand Up @@ -121,6 +128,8 @@ GEM
rdoc (3.12.2)
json (~> 1.4)
remotipart (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
Expand All @@ -141,6 +150,10 @@ GEM
shoulda-matchers (1.5.5)
activesupport (>= 3.0.0)
bourne (~> 1.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -167,6 +180,7 @@ PLATFORMS

DEPENDENCIES
bootsy!
coveralls
cucumber-rails (~> 1.3)
database_cleaner (~> 0.9)
factory_girl_rails (~> 4.2)
Expand Down
7 changes: 0 additions & 7 deletions spec/dummy/config/initializers/backtrace_silencers.rb

This file was deleted.

15 changes: 0 additions & 15 deletions spec/dummy/config/initializers/inflections.rb

This file was deleted.

5 changes: 0 additions & 5 deletions spec/dummy/config/initializers/mime_types.rb

This file was deleted.

0 comments on commit 2ac4c95

Please sign in to comment.