Skip to content

Commit

Permalink
Merge af13991 into 517432f
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Dec 29, 2018
2 parents 517432f + af13991 commit a9b8148
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 1 deletion.
67 changes: 67 additions & 0 deletions config/girls/016_star_twinkle.yml
@@ -0,0 +1,67 @@
cure_star: &cure_star
girl_name: cure_star
human_name: 星奈ひかる
precure_name: キュアスター
cast_name: 成瀬瑛美
color: pink
created_date: 2019/02/03 # episode 1
birthday: 4/12
# transform_message: |-
# extra_names:
# attack_messages:
# - |-
# transform_calls:
# -
star:
<<: *cure_star

cure_milky: &cure_milky
girl_name: cure_milky
human_name: 羽衣ララ
precure_name: キュアミルキー
cast_name: 小原好美
color: green
# created_date: # episode
birthday: 7/7
# transform_message: |-
# extra_names:
# attack_messages:
# - |-
# transform_calls:
# -
milky:
<<: *cure_milky

cure_soleil: &cure_soleil
girl_name: cure_soleil
human_name: 天宮えれな
precure_name: キュアソレイユ
cast_name: 安野希世乃
color: yellow
# created_date: # episode
birthday: 9/8
# transform_message: |-
# extra_names:
# attack_messages:
# - |-
# transform_calls:
# -
soleil:
<<: *cure_soleil

cure_selene: &cure_selene
girl_name: cure_selene
human_name: 香久矢まどか
precure_name: キュアセレーネ
cast_name: 小松未可子
color: purple
# created_date: # episode
birthday: 11/23
# transform_message: |-
# extra_names:
# attack_messages:
# - |-
# transform_calls:
# -
selene:
<<: *cure_selene
13 changes: 13 additions & 0 deletions config/series.yml
Expand Up @@ -203,3 +203,16 @@ hugtto: &hugtto
- cure_amour
hugtto_precure:
<<: *hugtto
#######################################################
star_twinkle: &star_twinkle
series_name: star_twinkle
title: スター☆トゥインクルプリキュア
started_date: 2019-02-03
# ended_date: 2020-01-
girls:
- cure_star
- cure_milky
- cure_soleil
- cure_selene
star_twinkle_precure:
<<: *star_twinkle
2 changes: 1 addition & 1 deletion spec/rubicure/core_spec.rb
Expand Up @@ -86,7 +86,7 @@
context "Without arg" do
subject { instance.all_girls }

let(:precure_count) { 56 }
let(:precure_count) { 60 }

its(:count) { should == precure_count }
it { should include Cure.echo }
Expand Down
1 change: 1 addition & 0 deletions spec/rubicure/series_spec.rb
Expand Up @@ -16,6 +16,7 @@
:maho_girls,
:a_la_mode,
:hugtto,
:star_twinkle,
]
end

Expand Down

0 comments on commit a9b8148

Please sign in to comment.