aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views/time_tables/edit.html.erb_spec.rb
blob: f431eab7bbfe676135211f44787d05ec8c71b5a1 (plain)
1
2
3
4
5
6
7
require 'spec_helper'

describe "/time_tables/edit", :type => :view do
  assign_referential
  let!(:time_table) { assign(:time_table, create(:time_table) ) }
  # No more test for the form, as it is now managed by React/Redux.
end