Update workouts date column type
This commit is contained in:
parent
6ce043edbb
commit
daf34100ec
4 changed files with 13 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "Workouts" do
|
||||
before :all do
|
||||
before :each do
|
||||
@workout = FactoryGirl.create(:workout)
|
||||
end
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ RSpec.configure do |config|
|
|||
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
||||
# examples within a transaction, remove the following line or assign false
|
||||
# instead of true.
|
||||
config.use_transactional_fixtures = true
|
||||
config.use_transactional_fixtures = false
|
||||
|
||||
# If true, the base class of anonymous controllers will be inferred
|
||||
# automatically. This will be the default behavior in future versions of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue