Commit 109597b

mo khan <mokhan@users.noreply.github.com>
2015-01-17 16:06:38
80 characters per line.
1 parent 0b8d524
Changed files (1)
spec/routing/route_routing_spec.rb
@@ -8,6 +8,7 @@ end
 
 describe "terms route" do
   it 'routes to the terms and conditions page' do
-    expect(get: '/terms').to route_to(controller: 'static_pages', action: 'terms')
+    expect(get: '/terms').
+      to route_to(controller: 'static_pages', action: 'terms')
   end
 end