Added specs for ActiveAdmin

This commit is contained in:
Vokhmin Alexey V 2014-05-03 00:41:22 +04:00
parent acc9b522db
commit 50077f7550
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
require 'spec_helper'
describe Admin::BuildScriptsController do
it_should_behave_like 'an admin controller'
end