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