adds spec for info pages

This commit is contained in:
Juanjo Bazán
2015-09-05 20:16:20 +02:00
parent ae872b88ac
commit 5d5de36ad1
2 changed files with 37 additions and 5 deletions

View File

@@ -7,10 +7,13 @@ class PagesController < ApplicationController
def conditions
end
def cooming_soon
def general_terms
end
def general_terms
def privacy
end
def cooming_soon
end
def how_it_works
@@ -28,9 +31,6 @@ class PagesController < ApplicationController
def participation
end
def privacy
end
def transparency
end