flowmor_router 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,4 +22,11 @@ class RoutableRecordsTest < ActionDispatch::IntegrationTest
22
22
  get '/articles/ignore-this'
23
23
  end
24
24
  end
25
+
26
+ test "two words" do
27
+ get static_two_words_path
28
+ assert_response :success
29
+ assert_select "h1", "Two Words"
30
+ end
31
+
25
32
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flowmor_router
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Lang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-18 00:00:00.000000000 Z
11
+ date: 2014-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -83,6 +83,7 @@ files:
83
83
  - test/dummy/app/views/blog/show.html.erb
84
84
  - test/dummy/app/views/layouts/application.html.erb
85
85
  - test/dummy/app/views/static/index.html.erb
86
+ - test/dummy/app/views/static/two_words.html.erb
86
87
  - test/dummy/bin/bundle
87
88
  - test/dummy/bin/rails
88
89
  - test/dummy/bin/rake
@@ -194,6 +195,7 @@ test_files:
194
195
  - test/dummy/app/views/blog/show.html.erb
195
196
  - test/dummy/app/views/layouts/application.html.erb
196
197
  - test/dummy/app/views/static/index.html.erb
198
+ - test/dummy/app/views/static/two_words.html.erb
197
199
  - test/dummy/bin/bundle
198
200
  - test/dummy/bin/rails
199
201
  - test/dummy/bin/rake