Bumped VERSION to 0.2.0

Updated CHANGELOG
Rails 4.0.0rc1
Improved and fixed spec helper
This commit is contained in:
Cesidio Di Landa
2013-05-02 11:41:41 +02:00
parent 11ac794875
commit bc85296079
15 changed files with 82 additions and 80 deletions
+7
View File
@@ -0,0 +1,7 @@
RSpec.configure do |config|
config.include Delorean
config.before(:each) do
back_to_the_present
end
end
+4
View File
@@ -10,4 +10,8 @@ end
RSpec.configure do |config|
config.include MailerMacros
config.before(:each) do
reset_email
end
end