initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe "users/edit" do
|
||||
before(:each) do
|
||||
@user = assign(:user, stub_model(User))
|
||||
end
|
||||
|
||||
it "renders the edit user form" do
|
||||
render
|
||||
|
||||
# Run the generator again with the --webrat flag if you want to use webrat matchers
|
||||
assert_select "form", :action => users_path(@user), :method => "post" do
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user