2018-06-28 15:55:15 +00:00
|
|
|
#[macro_use] extern crate rocket;
|
2016-12-27 22:35:14 +00:00
|
|
|
|
|
|
|
mod common;
|
|
|
|
|
|
|
|
#[test]
|
2016-12-29 00:24:54 +00:00
|
|
|
fn test_production_config() {
|
|
|
|
common::test_config(rocket::config::Environment::Production);
|
2016-12-27 22:35:14 +00:00
|
|
|
}
|