lib/blueprints/errors.rb in blueprints-0.2.4 vs lib/blueprints/errors.rb in blueprints-0.3.0
- old
+ new
@@ -3,9 +3,9 @@
def initialize(*args)
@plans = args
end
def to_s
- "Plan(s) not found '#{@plans.join(',')}'"
+ "Plan/namespace not found '#{@plans.join(',')}'"
end
end
end
\ No newline at end of file