test/dummy/features/support/blueprints.rb in jabe-0.5.6 vs test/dummy/features/support/blueprints.rb in jabe-0.5.7
- old
+ new
@@ -11,11 +11,12 @@
password { 'password' }
password_confirmation { 'password' }
end
Settings.blueprint do
- # Attributes here
+ site_name { 'JABE' }
+ site_url { 'http://example.com' }
end
Entry.blueprint do
title { 'My awesome blog entry' }
body { 'This is the body of my awesome blog entry' }
@@ -28,5 +29,7 @@
end
Comment.blueprint do
# Attributes here
end
+
+Settings.make!
\ No newline at end of file