diff options
| author | Robert | 2017-07-11 13:58:37 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-11 13:58:37 +0200 | 
| commit | b0495eab1f12c94ffa3b0e97a7c9e7a7166e6edc (patch) | |
| tree | 54709a72e3cafd5ee7728fb2f14bc7f2bee07ba9 | |
| parent | c9bf8f63221699d4b7c97d5f3bd4cced917884d8 (diff) | |
| download | chouette-core-b0495eab1f12c94ffa3b0e97a7c9e7a7166e6edc.tar.bz2 | |
coherent spec file; no require (as in .rspec) and explicit RSpec.describe
| -rw-r--r-- | spec/views/routes/show.html.erb_spec.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/spec/views/routes/show.html.erb_spec.rb b/spec/views/routes/show.html.erb_spec.rb index 8781e4d54..538563578 100644 --- a/spec/views/routes/show.html.erb_spec.rb +++ b/spec/views/routes/show.html.erb_spec.rb @@ -1,6 +1,4 @@ -require 'spec_helper' - -describe "/routes/show", type: 'view' do +RSpec.describe "/routes/show", type: :view do    assign_referential    let!(:line) { assign :line, create(:line) } | 
