public function test_enqueue_wizard_script_gets_launchkey_site_option_when_multi_site()
 {
     $wizard = new LaunchKey_WP_Configuration_Wizard($this->facade, $this->admin, $this->crypt, true, $this->client);
     $wizard->enqueue_scripts();
     Phake::verify($this->facade)->get_site_option(LaunchKey_WP_Admin::OPTION_KEY);
 }