Commit Graph

5 Commits (8b12e3cc7f3d0876b7cfd57999e70fd001c6c45c)

Author SHA1 Message Date
unarist 0f1b1d78b1 Use "match_array" only for order independent assertions ()
Akihiko Odaki (@fn_aki@pawoo.net) 10768aa204 Spec response for forgery ()
Remove protect_from_forgery in ApiController, which is disabled by the
following skip_before_action, as well.
Yamagishi Kazutoshi 41fa53253c Keep ENV['LOCAL_HTTPS'] with ApplicationControllerSpec (fix random fail) ()
* Keep ENV['LOCAL_HTTPS'] with ApplicationControllerSpec (fix random fail)

* use climate_control
Akihiko Odaki bda7391221 Cover ApplicationController more in spec ()
Akihiko Odaki aa662cecad single_user_mode? always returns boolean ()
This change also adds a specification for the method.