This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Linq; | |
| using Agatha.Common; | |
| using Agatha.Common.InversionOfControl; | |
| using Agatha.Common.WCF; | |
| using Agatha.ServiceLayer; | |
| using Agatha.StructureMap; | |
| using Xunit; | |
| namespace Tests.RequestProcessorTests.RequestResponse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| michels-mbpro:sqlserver michelgrootjans$ rake db:migrate --trace | |
| ** Invoke db:migrate (first_time) | |
| ** Invoke environment (first_time) | |
| ** Execute environment | |
| ** Invoke db:load_config (first_time) | |
| ** Execute db:load_config | |
| ** Execute db:migrate | |
| == CreateCustomers: migrating ================================================ | |
| -- create_table(:customers) | |
| -> 0.8496s |