migration-spec 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.document CHANGED
File without changes
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/README.markdown CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{migration-spec}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kristian Mandrup"]
12
- s.date = %q{2010-08-20}
12
+ s.date = %q{2010-09-11}
13
13
  s.description = %q{Migration RSpec 2 matchers to spec migration files, fx as generated by a Thor generator}
14
14
  s.email = %q{kmandrup@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -2,7 +2,7 @@ require 'spec_helper'
2
2
 
3
3
  describe 'Have up and down method matcher' do
4
4
  # use_orm :active_record
5
- use_helpers :app, :migration
5
+ use_helpers :migration
6
6
 
7
7
  it "should match expected method layout" do
8
8
  fixtures_dir.should have_migration :do_up_down do |klass|
@@ -4,7 +4,7 @@ Rails::Migration::Assist.orm = :active_record
4
4
 
5
5
  describe 'migration' do
6
6
  # use_orm :active_record
7
- use_helpers :app, :migration
7
+ use_helpers :migration
8
8
 
9
9
  it "should have an create_account_migration file that contains an index method and two inserted comments" do
10
10
  puts read_migration(:do_columns)
data/spec/spec_helper.rb CHANGED
@@ -34,7 +34,7 @@ end
34
34
 
35
35
  RSpec.configure do |config|
36
36
  config.before do
37
- rails_root_dir =Rails::Assist::App.rails_root_dir = fixtures_dir #temp_dir('tmp_rails')
37
+ rails_root_dir = Rails3::Assist::Directory.rails_root = fixtures_dir #temp_dir('tmp_rails')
38
38
  end
39
39
 
40
40
  config.after do
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kristian Mandrup
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-20 00:00:00 +02:00
17
+ date: 2010-09-11 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency