6 lines
119 B
Ruby
6 lines
119 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe Admin::NodeInstructionsController do
|
||
|
it_should_behave_like 'an admin controller'
|
||
|
end
|