Skip to content

Commit

Permalink
General cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 13, 2010
1 parent 57ae7ee commit 3435044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/views/parking/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% semantic_form_for "/parking" do |form| %>
<%= form.input :tag %>
<% semantic_form_for :parking, :url => { :action => "tickets" } do |form| %>
<%= form.text_field :tag %>
<%= render :partial => "/common/save_button" %>
<% end %>
5 changes: 0 additions & 5 deletions spec/views/parking/index.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@
response.should have_selector :button
end
end

context "tickets have been retrieved" do
it "should allow the user to retrieve a list of tickets from lighthouse"
it "should have a import button"
end
end

0 comments on commit 3435044

Please sign in to comment.