spec/models/user.rb in exporter-0.0.3 vs spec/models/user.rb in exporter-0.1.0

- old
+ new

@@ -1,4 +1,2 @@ -module Exporter - class User < ActiveRecord::Base - end -end \ No newline at end of file +class User < ActiveRecord::Base +end