OSDN Git Service

try autotest
authoryasushiito <yasushiito@git.sourceforge.jp>
Sat, 14 Apr 2012 03:22:47 +0000 (12:22 +0900)
committeryasushiito <yasushiito@git.sourceforge.jp>
Sat, 14 Apr 2012 03:22:47 +0000 (12:22 +0900)
commite238f6a0e79f30d8a9fca5f9af3a1fa6317f401a
treede4b521128bb0b5e117a3cf3a46f785f8f5623c3
parent4df182696caa0089aa617386671473b555008aea
try autotest
107 files changed:
app/controllers/artists_controller.rb
app/controllers/authors_controller.rb
app/controllers/comics_controller.rb
app/controllers/panel_pictures_controller.rb
app/controllers/resource_pictures_controller.rb
app/models/artist.rb
app/models/author.rb
app/models/comic.rb
app/models/panel_picture.rb
app/models/resource_picture.rb
config/routes.rb
spec/controllers/artists_controller_spec.rb
spec/controllers/authors_controller_spec.rb
spec/controllers/balloon_templates_controller_spec.rb
spec/controllers/balloons_controller_spec.rb
spec/controllers/comics_controller_spec.rb
spec/controllers/original_licenses_controller_spec.rb
spec/controllers/panel_pictures_controller_spec.rb
spec/controllers/panels_controller_spec.rb
spec/controllers/resource_pictures_controller_spec.rb
spec/controllers/speach_balloons_controller_spec.rb
spec/controllers/speach_templates_controller_spec.rb
spec/controllers/speaches_controller_spec.rb
spec/controllers/system_pictures_controller_spec.rb
spec/controllers/users/sessions_controller_spec.rb [moved from spec/controllers/authors/sessions_controller_spec.rb with 100% similarity]
spec/factories.rb
spec/helpers/users/sessions_helper_spec.rb [moved from spec/helpers/authors/sessions_helper_spec.rb with 100% similarity]
spec/models/artist_spec.rb
spec/models/panel_picture_spec.rb
spec/requests/artists_spec.rb [deleted file]
spec/requests/balloon_templates_spec.rb [deleted file]
spec/requests/balloons_spec.rb [deleted file]
spec/requests/common_licenses_spec.rb [deleted file]
spec/requests/licenses_spec.rb [deleted file]
spec/requests/original_licenses_spec.rb [deleted file]
spec/requests/original_pictures_spec.rb [deleted file]
spec/requests/panels_spec.rb [deleted file]
spec/requests/resource_pictures_spec.rb [deleted file]
spec/requests/speach_balloons_spec.rb [deleted file]
spec/requests/speach_templates_spec.rb [deleted file]
spec/requests/speaches_spec.rb [deleted file]
spec/requests/system_pictures_spec.rb [deleted file]
spec/routing/artists_routing_spec.rb [deleted file]
spec/routing/balloon_templates_routing_spec.rb [deleted file]
spec/routing/balloons_routing_spec.rb [deleted file]
spec/routing/common_licenses_routing_spec.rb [deleted file]
spec/routing/licenses_routing_spec.rb [deleted file]
spec/routing/original_licenses_routing_spec.rb [deleted file]
spec/routing/original_pictures_routing_spec.rb [deleted file]
spec/routing/panels_routing_spec.rb [deleted file]
spec/routing/resource_pictures_routing_spec.rb [deleted file]
spec/routing/speach_baloons_routing_spec.rb [deleted file]
spec/routing/speach_templates_routing_spec.rb [deleted file]
spec/routing/speaches_routing_spec.rb [deleted file]
spec/routing/system_pictures_routing_spec.rb [deleted file]
spec/views/artists/edit.html.erb_spec.rb [deleted file]
spec/views/artists/index.html.erb_spec.rb [deleted file]
spec/views/artists/new.html.erb_spec.rb [deleted file]
spec/views/artists/show.html.erb_spec.rb [deleted file]
spec/views/balloon_templates/edit.html.erb_spec.rb [deleted file]
spec/views/balloon_templates/index.html.erb_spec.rb [deleted file]
spec/views/balloon_templates/new.html.erb_spec.rb [deleted file]
spec/views/balloon_templates/show.html.erb_spec.rb [deleted file]
spec/views/balloons/edit.html.erb_spec.rb [deleted file]
spec/views/balloons/index.html.erb_spec.rb [deleted file]
spec/views/balloons/new.html.erb_spec.rb [deleted file]
spec/views/balloons/show.html.erb_spec.rb [deleted file]
spec/views/common_licenses/edit.html.erb_spec.rb [deleted file]
spec/views/common_licenses/index.html.erb_spec.rb [deleted file]
spec/views/common_licenses/new.html.erb_spec.rb [deleted file]
spec/views/common_licenses/show.html.erb_spec.rb [deleted file]
spec/views/licenses/edit.html.erb_spec.rb [deleted file]
spec/views/licenses/index.html.erb_spec.rb [deleted file]
spec/views/licenses/new.html.erb_spec.rb [deleted file]
spec/views/licenses/show.html.erb_spec.rb [deleted file]
spec/views/original_licenses/edit.html.erb_spec.rb [deleted file]
spec/views/original_licenses/index.html.erb_spec.rb [deleted file]
spec/views/original_licenses/new.html.erb_spec.rb [deleted file]
spec/views/original_licenses/show.html.erb_spec.rb [deleted file]
spec/views/original_pictures/edit.html.erb_spec.rb [deleted file]
spec/views/original_pictures/index.html.erb_spec.rb [deleted file]
spec/views/original_pictures/new.html.erb_spec.rb [deleted file]
spec/views/original_pictures/show.html.erb_spec.rb [deleted file]
spec/views/panels/edit.html.erb_spec.rb [deleted file]
spec/views/panels/index.html.erb_spec.rb [deleted file]
spec/views/panels/new.html.erb_spec.rb [deleted file]
spec/views/panels/show.html.erb_spec.rb [deleted file]
spec/views/source_pictures/edit.html.erb_spec.rb [deleted file]
spec/views/source_pictures/index.html.erb_spec.rb [deleted file]
spec/views/source_pictures/new.html.erb_spec.rb [deleted file]
spec/views/source_pictures/show.html.erb_spec.rb [deleted file]
spec/views/speach_baloons/edit.html.erb_spec.rb [deleted file]
spec/views/speach_baloons/index.html.erb_spec.rb [deleted file]
spec/views/speach_baloons/new.html.erb_spec.rb [deleted file]
spec/views/speach_baloons/show.html.erb_spec.rb [deleted file]
spec/views/speach_templates/edit.html.erb_spec.rb [deleted file]
spec/views/speach_templates/index.html.erb_spec.rb [deleted file]
spec/views/speach_templates/new.html.erb_spec.rb [deleted file]
spec/views/speach_templates/show.html.erb_spec.rb [deleted file]
spec/views/speaches/edit.html.erb_spec.rb [deleted file]
spec/views/speaches/index.html.erb_spec.rb [deleted file]
spec/views/speaches/new.html.erb_spec.rb [deleted file]
spec/views/speaches/show.html.erb_spec.rb [deleted file]
spec/views/system_pictures/edit.html.erb_spec.rb [deleted file]
spec/views/system_pictures/index.html.erb_spec.rb [deleted file]
spec/views/system_pictures/new.html.erb_spec.rb [deleted file]
spec/views/system_pictures/show.html.erb_spec.rb [deleted file]