aboutsummaryrefslogtreecommitdiffstats
path: root/spec/views
diff options
context:
space:
mode:
authorjpl2017-04-24 11:33:53 +0200
committerjpl2017-04-24 11:34:01 +0200
commit1cbed80c913420c76ac7d3716b9d8c4bf4e14278 (patch)
tree772754a0d85ad3d818f1d6703a9c7467d440e4aa /spec/views
parent482a9c8825761ba42c4a3b8798be50dd1ff17393 (diff)
downloadchouette-core-1cbed80c913420c76ac7d3716b9d8c4bf4e14278.tar.bz2
Refs #2893: remove (again) rails form in tt#edit (managed by reactux)
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/time_tables/edit.html.erb_spec.rb10
1 files changed, 1 insertions, 9 deletions
diff --git a/spec/views/time_tables/edit.html.erb_spec.rb b/spec/views/time_tables/edit.html.erb_spec.rb
index 35d360042..c84c5eb74 100644
--- a/spec/views/time_tables/edit.html.erb_spec.rb
+++ b/spec/views/time_tables/edit.html.erb_spec.rb
@@ -11,13 +11,5 @@ describe "/time_tables/edit", :type => :view do
end
end
- describe "form" do
- it "should render input for comment" do
- render
- expect(rendered).to have_selector("form") do
- with_tag "input[type=text][comment='time_table[comment]'][value=?]", time_table.comment
- end
- end
-
- end
+ # No more test for the form, as it is now managed by React/Redux.
end