spec/ripple/validations_spec.rb in ripple-0.7.0 vs spec/ripple/validations_spec.rb in ripple-0.7.1

- old
+ new

@@ -11,10 +11,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. require File.expand_path("../../spec_helper", __FILE__) -describe Ripple::Document::Validations do +describe Ripple::Validations do require 'support/models/box' before :each do @box = Box.new end