mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Re-run rails g rspec:install causes many conflicts on spec_helper.rb I'll investigate and solve it in the future
6 lines
88 B
Ruby
6 lines
88 B
Ruby
require 'spec_helper'
|
|
|
|
RSpec.describe TutorialsController, :type => :controller do
|
|
|
|
end
|