Adding RSpec setup. Use rake spec:plugins in the RAILS_ROOT. #1134
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
describe Class do
|
||||
it "should be a class of Class" do
|
||||
Class.class.should eql(Class)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user