push
travis-ci
2 of 2 new or added lines in 1 file covered. (100.0%)
1184 of 1230 relevant lines covered (96.26%)
40.21 hits per line
1 |
class PagesController < ApplicationController |
1✔ |
2 |
skip_authorization_check |
1✔ |
3 |
|
|
4 |
def census_terms |
1✔ |
5 |
end
|
|
6 |
|
|
7 |
def conditions |
1✔ |
8 |
end
|
|
9 |
|
|
10 |
def cooming_soon |
1✔ |
11 |
end
|
|
12 |
|
|
13 |
def general_terms |
1✔ |
14 |
end
|
|
15 |
|
|
16 |
def how_it_works |
1✔ |
17 |
end
|
|
18 |
|
|
19 |
def how_to_use |
1✔ |
20 |
end
|
|
21 |
|
|
22 |
def more_information |
1✔ |
23 |
end
|
|
24 |
|
|
25 |
def opendata |
1✔ |
26 |
end
|
|
27 |
|
|
28 |
def participation |
1✔ |
29 |
end
|
|
30 |
|
|
31 |
def privacy |
1✔ |
32 |
end
|
|
33 |
|
|
34 |
def transparency |
1✔ |
35 |
end
|
|
36 |
|
|
|
def blog |
1✔ |
|
redirect_to "http://diario.madrid.es/blog/category/gobiernoabierto/"
|
× |
39 |
end
|
|
40 |
end
|