Started to Implement D-A, and roles scaffold - Need to finish Test Suite
[base_ror3_portal.git] / spec / helpers / roles_helper_spec.rb
blob6603a4fc56ae1b6c7142e4f66b021bb19e09e125
1 require 'spec_helper'
3 # Specs in this file have access to a helper object that includes
4 # the RolesHelper. For example:
6 # describe RolesHelper do
7 #   describe "string concat" do
8 #     it "concats two strings with spaces" do
9 #       helper.concat_strings("this","that").should == "this that"
10 #     end
11 #   end
12 # end
13 describe RolesHelper do
14   pending "add some examples to (or delete) #{__FILE__}"
15 end