Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Rm .DS_Store
Browse files Browse the repository at this point in the history
remove load rails task
  • Loading branch information
xinhui committed Jan 29, 2016
1 parent 0f132ec commit fa6b382
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spec/test_app/log/*.log
spec/test_app/tmp/
spec/test_app/.sass-cache
codifligne-*.gem
.DS_Store
*.DS_Store
1 change: 0 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ Codifligne::API.timeout = 50
# Tests
```ruby
cd stif-codifline-api
rake db:migrate RAILS_ENV=test
rspec spec/codifligne
```
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

APP_RAKEFILE = File.expand_path("../spec/test_app/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
load 'rails/tasks/statistics.rake'

load 'lib/tasks/codifligne_tasks.rake'

begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
Expand Down
Binary file removed lib/.DS_Store
Binary file not shown.
Binary file removed lib/codifligne/.DS_Store
Binary file not shown.
Binary file removed spec/.DS_Store
Binary file not shown.

0 comments on commit fa6b382

Please sign in to comment.