rosa-build/spec/controllers/admin/node_instructions_controlle...

6 lines
138 B
Ruby
Raw Normal View History

2014-04-17 20:08:22 +01:00
require 'spec_helper'
2015-02-19 01:12:08 +00:00
describe Admin::NodeInstructionsController, type: :controller do
2014-04-17 20:08:22 +01:00
it_should_behave_like 'an admin controller'
end