OSDN Git Service

add test
authoryasushiito <yasushiito@git.sourceforge.jp>
Fri, 13 Apr 2012 10:18:08 +0000 (19:18 +0900)
committeryasushiito <yasushiito@git.sourceforge.jp>
Fri, 13 Apr 2012 10:18:08 +0000 (19:18 +0900)
commit4df182696caa0089aa617386671473b555008aea
tree8d651c027fd029ffea998aadcd5304f1cea9e81b
parent7f1881a81f526ece69401f1147c7a56f700646f8
add test
87 files changed:
.gitignore
Gemfile
Gemfile.lock
app/controllers/application_controller.rb
app/models/common_license.rb
app/views/layouts/system.html.erb
app/views/system/start.html.erb
autotest/discover.rb [new file with mode: 0644]
db/common_licenses.json [new file with mode: 0644]
lib/local_picture.rb
lib/s3_picture.rb
lib/test/local_picture_spec.rb [new file with mode: 0644]
lib/test/s3_picture_spec.rb [new file with mode: 0644]
spec/controllers/admins/sessions_controller_spec.rb
spec/controllers/app_controller_spec.rb [new file with mode: 0644]
spec/controllers/artists_controller_spec.rb
spec/controllers/author_registrations_controller_spec.rb
spec/controllers/authors/sessions_controller_spec.rb
spec/controllers/authors_controller_spec.rb
spec/controllers/balloon_templates_controller_spec.rb [moved from spec/controllers/baloon_templates_controller_spec.rb with 99% similarity]
spec/controllers/balloons_controller_spec.rb [moved from spec/controllers/baloons_controller_spec.rb with 99% similarity]
spec/controllers/baloon_types_controller_spec.rb [deleted file]
spec/controllers/licenses_controller_spec.rb
spec/controllers/panel_pictures_controller_spec.rb [new file with mode: 0644]
spec/controllers/panels_controller_spec.rb
spec/controllers/pictures_controller_spec.rb [deleted file]
spec/controllers/resource_pictures_controller_spec.rb [new file with mode: 0644]
spec/controllers/source_pictures_controller_spec.rb [deleted file]
spec/controllers/speach_balloons_controller_spec.rb [moved from spec/controllers/speach_baloons_controller_spec.rb with 99% similarity]
spec/controllers/speachbaloons_controller_spec.rb [deleted file]
spec/factories.rb
spec/helpers/admins/sessions_helper_spec.rb
spec/helpers/author_registrations_helper_spec.rb [deleted file]
spec/helpers/authors/sessions_helper_spec.rb
spec/helpers/balloon_templates_helper_spec.rb [moved from spec/helpers/baloon_templates_helper_spec.rb with 91% similarity]
spec/helpers/balloons_helper_spec.rb [moved from spec/helpers/baloons_helper_spec.rb with 93% similarity]
spec/helpers/baloon_types_helper_spec.rb [deleted file]
spec/helpers/panel_pictures_helper_spec.rb [moved from spec/helpers/pictures_helper_spec.rb with 92% similarity]
spec/helpers/resource_pictures_helper_spec.rb [moved from spec/helpers/source_pictures_helper_spec.rb with 91% similarity]
spec/helpers/speach_balloons_helper_spec.rb [moved from spec/helpers/speach_baloons_helper_spec.rb with 92% similarity]
spec/helpers/speachbaloons_helper_spec.rb [deleted file]
spec/models/artist_spec.rb
spec/models/author_spec.rb
spec/models/balloon_spec.rb [moved from spec/models/baloon_spec.rb with 80% similarity]
spec/models/balloon_template_spec.rb [moved from spec/models/baloon_template_spec.rb with 75% similarity]
spec/models/baloon_type_spec.rb [deleted file]
spec/models/picture_spec.rb [deleted file]
spec/models/speach_balloon_spec.rb [moved from spec/models/speach_baloon_spec.rb with 76% similarity]
spec/models/speachbaloon_spec.rb [deleted file]
spec/models/user_spec.rb
spec/requests/balloon_templates_spec.rb [moved from spec/requests/baloon_templates_spec.rb with 89% similarity]
spec/requests/balloons_spec.rb [moved from spec/requests/baloons_spec.rb with 100% similarity]
spec/requests/pictures_spec.rb [deleted file]
spec/requests/resource_pictures_spec.rb [moved from spec/requests/baloon_types_spec.rb with 68% similarity]
spec/requests/speach_balloons_spec.rb [moved from spec/requests/source_pictures_spec.rb with 69% similarity]
spec/requests/speach_baloons_spec.rb [deleted file]
spec/requests/speachbaloons_spec.rb [deleted file]
spec/routing/balloon_templates_routing_spec.rb [new file with mode: 0644]
spec/routing/balloons_routing_spec.rb [new file with mode: 0644]
spec/routing/baloon_templates_routing_spec.rb [deleted file]
spec/routing/baloon_types_routing_spec.rb [deleted file]
spec/routing/baloons_routing_spec.rb [deleted file]
spec/routing/pictures_routing_spec.rb [deleted file]
spec/routing/resource_pictures_routing_spec.rb [new file with mode: 0644]
spec/routing/source_pictures_routing_spec.rb [deleted file]
spec/routing/speach_baloons_routing_spec.rb
spec/routing/speachbaloons_routing_spec.rb [deleted file]
spec/views/balloon_templates/edit.html.erb_spec.rb [moved from spec/views/baloon_templates/edit.html.erb_spec.rb with 100% similarity]
spec/views/balloon_templates/index.html.erb_spec.rb [moved from spec/views/baloon_templates/index.html.erb_spec.rb with 100% similarity]
spec/views/balloon_templates/new.html.erb_spec.rb [moved from spec/views/baloon_templates/new.html.erb_spec.rb with 100% similarity]
spec/views/balloon_templates/show.html.erb_spec.rb [moved from spec/views/baloon_templates/show.html.erb_spec.rb with 100% similarity]
spec/views/balloons/edit.html.erb_spec.rb [moved from spec/views/baloons/edit.html.erb_spec.rb with 100% similarity]
spec/views/balloons/index.html.erb_spec.rb [moved from spec/views/baloons/index.html.erb_spec.rb with 100% similarity]
spec/views/balloons/new.html.erb_spec.rb [moved from spec/views/baloons/new.html.erb_spec.rb with 100% similarity]
spec/views/balloons/show.html.erb_spec.rb [moved from spec/views/baloons/show.html.erb_spec.rb with 100% similarity]
spec/views/baloon_types/edit.html.erb_spec.rb [deleted file]
spec/views/baloon_types/index.html.erb_spec.rb [deleted file]
spec/views/baloon_types/new.html.erb_spec.rb [deleted file]
spec/views/baloon_types/show.html.erb_spec.rb [deleted file]
spec/views/pictures/edit.html.erb_spec.rb [deleted file]
spec/views/pictures/index.html.erb_spec.rb [deleted file]
spec/views/pictures/new.html.erb_spec.rb [deleted file]
spec/views/pictures/show.html.erb_spec.rb [deleted file]
spec/views/speachbaloons/edit.html.erb_spec.rb [deleted file]
spec/views/speachbaloons/index.html.erb_spec.rb [deleted file]
spec/views/speachbaloons/new.html.erb_spec.rb [deleted file]
spec/views/speachbaloons/show.html.erb_spec.rb [deleted file]