Files
discourse-subscriptions/spec/controllers/choice/choice_controller_spec.rb
T
2017-02-06 12:30:56 +11:00

10 lines
178 B
Ruby

# require 'rails_helper'
module Choice
RSpec.describe 'ChoiceController', type: :controller do
it do
expect(Choice::ChoiceController).to be_truthy
end
end
end