Skip to content

Commit 4ffcd62

Browse files
committed
rake files
1 parent d8eba56 commit 4ffcd62

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
deb (0.0.7)
4+
deb (0.0.8)
55
docile
66
rails
77

@@ -35,9 +35,9 @@ GEM
3535
activesupport (3.2.13)
3636
i18n (= 0.6.1)
3737
multi_json (~> 1.0)
38-
arel (3.0.2)
38+
arel (3.0.3)
3939
builder (3.0.4)
40-
diff-lcs (1.2.4)
40+
diff-lcs (1.2.5)
4141
docile (1.0.3)
4242
erubis (2.7.0)
4343
hike (1.2.3)
@@ -50,7 +50,7 @@ GEM
5050
mail (2.5.4)
5151
mime-types (~> 1.16)
5252
treetop (~> 1.4.8)
53-
mime-types (1.23)
53+
mime-types (1.25.1)
5454
multi_json (1.7.7)
5555
polyglot (0.3.3)
5656
rack (1.4.5)
@@ -101,10 +101,10 @@ GEM
101101
sqlite3 (1.3.7)
102102
thor (0.18.1)
103103
tilt (1.4.1)
104-
treetop (1.4.14)
104+
treetop (1.4.15)
105105
polyglot
106106
polyglot (>= 0.3.1)
107-
tzinfo (0.3.37)
107+
tzinfo (0.3.38)
108108

109109
PLATFORMS
110110
ruby

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ rescue LoadError
1212
RDoc::Task = Rake::RDocTask
1313
end
1414

15+
require 'rspec/core/rake_task'
16+
1517
RDoc::Task.new(:rdoc) do |rdoc|
1618
rdoc.rdoc_dir = 'rdoc'
1719
rdoc.title = 'Deb'
@@ -23,7 +25,9 @@ end
2325
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
2426
load 'rails/tasks/engine.rake'
2527

28+
RSpec::Core::RakeTask.new('spec')
2629

30+
task :default => :spec
2731

2832
Bundler::GemHelper.install_tasks
2933

0 commit comments

Comments
 (0)