Skip to content

Commit

Permalink
Merge pull request #101 from sue445/feature/miracle_magic
Browse files Browse the repository at this point in the history
Add AllStars STMM
  • Loading branch information
sue445 committed Mar 19, 2016
2 parents 942b5a4 + cb152dd commit ddd673c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## master
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.1...master)

* Add AllStars STMM
* https://github.com/sue445/rubicure/pull/101

## v0.4.1
[full changelog](http://github.com/sue445/rubicure/compare/v0.4.0...v0.4.1)

Expand Down
6 changes: 6 additions & 0 deletions config/movies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ sc: &sc
started_date: 2015-03-14
spring_carnival:
<<: *sc
#######################################################
stmm: &stmm
title: 映画 プリキュアオールスターズ みんなで歌う 奇跡の魔法!
started_date: 2016-03-19
sing_together_miracle_magic:
<<: *stmm
3 changes: 3 additions & 0 deletions spec/core_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@

[:sc, 40],
[:spring_carnival, 40],

[:stmm, 43],
[:sing_together_miracle_magic, 43],
]
end

Expand Down
1 change: 1 addition & 0 deletions spec/movie_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
:ns2,
:ns3,
:sc,
:stmm,
]
end

Expand Down

0 comments on commit ddd673c

Please sign in to comment.