Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 1, 2010
1 parent d873774 commit 21d1f2f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated from the current state of the database. Instead of editing this file,
# This file is auto-generated from the current state of the database. Instead of editing this file,
# please use the migrations feature of Active Record to incrementally modify your database, and
# then regenerate this schema definition.
#
Expand Down
2 changes: 1 addition & 1 deletion features/step_definitions/refinery/core_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@

Then /^I should be redirected back to "([^"]*)"$/ do |page_name|
visit path_to(page_name)
end
end
7 changes: 3 additions & 4 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
## Solid Test Coverage

* Add Cucumber for the whole of Refinery. (top priority)
* Add unit test coverage for user, user plugin and user mailer
* Add unit test coverage for inquiry mailer and inquiry setting
* Add functional tests for the whole of Refinery.
* Add RSpec for the whole of Refinery.
* Add RSpec for the whole of Refinery, particularly:
** User, User plugin and User mailer
** Inquiry mailer and Inquiry setting

## Rails 3.0 Support

Expand Down
2 changes: 1 addition & 1 deletion vendor/plugins/pages/app/views/admin/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div id='records' class='tree'>
<% if searching? %>
<h2><%= t('admin.search_results_for', :query => h(params[:search])) %></h2>
<% if @pages.any? %>
<% if @pages.any? %>
<ul id='sortable_list'>
<%= render :partial => "sortable_list" %>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<%= f.label :value %>
<%= f.text_area :value, :rows => 5, :class => 'widest' %>
</div>

<%= render :partial => "/shared/admin/form_actions",
:locals => {
:f => f,
Expand Down

0 comments on commit 21d1f2f

Please sign in to comment.